
    body { /* Overall webpage setting */
        font-family: Arial, sans-serif; /* Font. Multiple list will be considered as "OR" */
        margin: 1; /* Number of spaces between the edges */
        padding: 1; /* Number of spaces inside the edges */
        background-color: #ffffff; /* Total background color */
        color: black; /* Total text color */
    }

    .top {
        text-align: center;
        margin-top: 40px;
        padding: 0 16px;
    }

    .titlep1 {
        position: relative;
        font-family: 'Noto Sans', sans-serif;
        font-size: 20pt;

        color: black;
    }

    .titlep2 {
        position: relative;
        font-family: 'Noto Sans', sans-serif;
        font-size: 16pt;

        color: black;
    }