.button_1, .button_2{
border: 1px solid black; 
  border-width: 2px 2px 4px 2px;
  border-radius: 5px;
  background-color: #0444c4; 
  padding: 5px;
  color: white;
  width: 300px;
  text-align: center;
  
}

.button_1 a{
  color: white;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}

.button_2 a{
  color: white;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}


.button_1:hover{
  background-color: #043cad;
}

.button_1:hover{
  background-color: #043cad;
}