a {
    text-decoration: none;
    color: white;
    font-size: 2.5em;
}
nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 20vh;
    width: 100vw;
}
.logoContainer {
    flex-grow: 2;
    min-width: 0;
}
.logo {
    object-fit: contain;
    width: 100%;
    max-width: 10vw;
    height: auto;
    display: block;
}
.linkContainer {
    flex-grow: 1;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}