


.top-bar ul {
    background-color: #192a2a; }
  
.top-bar {
    background-color: #192a2a;
    color: white;
}


.tempbutton, .button:focus{
    background: #192a2a;
    color: #deba1e;
}

.tempbutton:focus {
    background: #192a2a;
}

.temptitle {
    
    font-size: 2.1em;
}

.button:hover{
    background: #375558;
}