header a, header a:visited {
    position: relative;
    font-family: Lato-Bold;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #373737;
}

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

    padding-left: 6vw;
    padding-right: 2vw;

    width: 90vw;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.nav-left {
    display: flex;
    font-family: Boheme sans-serif;
    font-size: 70px;
    color: black;
}

.nav-right {
    width: 50vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
