* {
    box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
    html {
        font-size: 60%;
        scroll-behavior: smooth;
    }

    p {
        margin-bottom: 1.7rem;
        font-size: 1.6rem;
    }

    .header {
        font-size: 2.4rem;
    }

    h1 {
        font-size: 2rem;
        margin-top: 2rem;
    }

    li a {
        font-size: 1.6rem;
    }

    #navlist {
        padding: 0em 0 0 1.5em;
        font-size: 1.6rem;
    }

    .h2 {
        font-size: 1.6rem;
    }
}