.reservation h1 {
  color: #01015e !important;
}

.booking_button{
  border: 3px solid #01015e;
  color: white;
  border-radius: 8px;
  padding: 3px 5px;
  background-color: #01015e;
  margin-left: 0px;
  box-shadow: none;
  transition: all 0.5s ease;
  text-decoration: none;
}

.booking_button:hover{
  color: #01015e;
  background-color: white;
  margin-left: 10px;
  box-shadow: -5px 1px 3px #01015e;
}