html {
    font-size: 62.5%;
}

nav {
    margin-bottom: 1.5rem;
    text-align: center;
}

nav a {
    font-size: 3.5rem;
}


.section-link a {
    padding: 1rem 2rem;
    /* background-color: gray; */
    font-size: 1.8rem;
}

h1 {
    font-size: 5rem;
}

h3 {
    font-size: 2.4rem;
}

p {
    font-size: 2rem;
}