@charset"UTF-8";

/** navbar **/
#nav-right {
    margin: 2vh 4vh 0vh 0vh;
    display: flex;
    justify-content: space-around;
}

#nav-right a {
    font-size: 24px;
    margin: 0.5vh 0vh 0vh 4vh;
    color: white;
}

nav {
    background-color: #11181c;
}

nav #prism-logo {
    width: auto;
    height: 1px;

}

.nav-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}