.orangebutton {
  background-color: #f27333;
  border: 1px solid #fff;
  border-radius: 5px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}

.orangebutton2:hover {
  background-color: #fff;
  border: 1px solid #f27333;
  border-radius: 5px;
  color: #f27333;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}