@media screen and (max-width: 500px) {

    header a, header a:visited {
        font-size: 10px;
        letter-spacing: 1px;

    }

    nav {
        margin-top: 4vw;
        margin-bottom: 4vw;
    }

    .nav-left {
        display: flex;
        flex-direction: column;
        font-size: 26px;
        /*width: 40vw;*/
        /*background-color: #fbaf42;*/
    }

    .nav-right {
        /*background-color: #93a8ce;*/
        width: 58vw;
        flex-direction: column;
        /*justify-content: flex-end;*/
        font-size: 10px;


        display: flex;
        text-align: right;
        margin-right: 2vw;
    }

    .nav-right div {
        margin-bottom: 2vw;
    }
}
