body {
    background-color: black;
}

a{
    text-decoration: none;
}
    
#top-bar-box {
    width:100%;
    height:25px;
    padding:10px;
    background-color: white;
}
    
.nav-button {
    display: inline;
    padding-left: 10px;
    padding-right: 10px;
}
    
#title {
    display: inline;
    color: black;
    padding-left: 10px;
    padding-right: 10px;
    size: 20px;
}