@font-face {
    font-family: pawesomeFont;
    src: url(../media/ByteBounce.ttf);
}

* {
    font-family: pawesomeFont;
}


body {
    background-color: rgb(22, 21, 21);
    color: white;
}

nav {
    justify-content: center;
    display: inline-flex;
    width: 100%;
    margin-top: 0;
}

nav > h1 {
    padding-right: 25px;
    text-decoration: underline;
    color: rgb(247, 247, 56);
}

a {
    color: rgb(247, 247, 56);
    
}

.selected {
    color: rgb(224, 41, 41);
}

#title {
    justify-content: center;
    display: inline-flex;
    width: 100%;
    margin-bottom: 0;
}