#topbar {
    background-color: red;
    height: 50px;
}

.toptab {
    margin: 10px;
    color: white;
    
}

.toptab:hover{
    color: beige;
}

body {
    background-color: beige;
}
