* {
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin: 0;
    padding: 0;
}

nav {
    width: 100vw;
    height: 100px;

    top: 0;
    position: sticky;

    background-color: #ffa8ff;

    display: flex;
    align-items: center;

    z-index: 2;
}

.navBar {
    display: flex;
    width: 100%;
    justify-content: space-around;
    list-style: none;
}

.navBar a {
    text-decoration: none;
    color: white;
    font-size: 2vw;
}

.logoLink {
    height: 75%;
}

.quinnyLogo {
    max-height: 100%;
}