.button1 {
    background-color: #00489b; 
    color: #eeff00; 
}

.button1:hover {
    background-color: #d9ff00;
    color: #0004ff;
}