
.button-one {
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  transition-duration: 0.4s;
  cursor: pointer;
  background-color: white; 
  float: right;
  color: black; 
  border: 1px solid #661723;
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}
.button-one:hover {
  background-color: #cac7c7;
  color: white;
}
.button-two, .button-three {
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  transition-duration: 0.4s;
  cursor: pointer;
  background-color: white; 
  float: right;
  color: black; 
  text-transform: uppercase;
  border: 1px solid #661723;
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
}
.button-two, .button-three:hover {
  background-color: #cac7c7;
  color: white;
}
