body {
    overflow-x: hidden;
    font-family: Eva;

}

h1 {
    color: #c4ced3;
    text-align: center;
    font-size: 50px;
    line-height: 1.1;
}

h2 {
    text-align: center;
    font-size: 45px;

}

p {
    color: #373737;
    font-size: 20px;
    line-height: 25px;
    text-indent: 5%;

}

#date {
    color: #c4c3d0;

}

#class {
    color: #c4c3d0;

}

#navbar {
    width: 100%;
    margin: 10px;
    font-size: 25px;

}

.arrow {
    display: inline-block;
    width: 7.5px;
    height: 7.5px;
    border-top: 2px solid #E6DED3;
    border-right: 2px solid #E6DED3;
    margin: 5px;

}

.arrow-right {
    transform: rotate(45deg);
}

a {
    color: white;

}

@font-face {
    font-family: Eva;
    src: url(assets/EVA-Matisse_Standard.ttf)
}

@media (max-width: 600px) {

    body {
        padding: 10px;
        font-size: 16px;
    }

    #navbar {
        font-size: 18px;
        margin: 5px 0;
    }

    a {
        font-size: 16px;
        line-height: 20px;
        text-indent: 3%;
    }

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 22px;
    }

    .arrow {
        width: 6px;
        height: 6px;
        margin: 3px;
    }
}