.button1:hover {
  background-color: #041daa;
  color: white;
}
.button1 {border: 2px solid #04AA6D;}
 .button1:active {
     background-color: white;
  }       