html, body {
    background: linear-gradient(135deg, #D4AF37, #FDF8D4);
    background-repeat: repeat;
    background-attachment:fixed;
    color:#D4AF37;
    font-family:"custom";
    margin:0;
    padding:0;
}

.page {
    background-color:rgba(253, 248, 212, 0.9);
    padding:3.5%;
    margin:0 10% 0 10%;
    min-height:100vh;
}
@media screen and (max-width: 767px) {
  .page {
    padding:3.5%;
    margin: 0;
  }
}

@font-face {
font-family: 'custom';
src: url('Ubuntu.ttf') format('truetype');
}

@media screen and (max-width: 600px) {
  .content-container {
    margin: 1%;
  }
  .¬_¬ {
        width: 60%;
        height: 30%;
  }
}

.booking-form {
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
}

.booking-form label {
    display: block;
    margin-bottom: 5px;
}

.booking-form input {
    display: block;
    margin-bottom: 15px;
}

.booking-btn {
  display: inline-block;
  width: 100%;
  padding: 10px;
  background-color: #D4AF37;
  border: 2px solid #D4AF37;
  color: white;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  font-family: "custom";
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.3s;
}

.booking-btn:hover {
  background-color: #D4AF37;
  border: 2px solid red;
  color: red;
}

header {
line-height:0;
padding:1%;
border:4px solid #D4AF37;
}

footer {
line-height:500%;
color:black;
text-align:center;
font-size:100%;
background-color:#EEE9D1;
margin-top:8%;
}

a:link, a:visited {
text-decoration:none;
font-weight:bold;
color:#FDF8D4;
font-size:18px;
font-family:"custom";
}

a:hover {
text-decoration:none;
color:red;
font-size:18px;
font-family:"custom";
}

h1 {
font-size:25px;
}

h2 {
font-size:10;
color:#6AA84F;
height:10px;
margin:0px;
}

h3 {
color:#6AA84F;
height:10px;
}

h4 {
font-size:15px;
font-weight: normal;
color:#1155CC;
height:5px;
padding-top:20px;
}

p, br, .p {
font-size:15px;
color:#1155CC;
height:5px;
}

hr {
border:2px solid #D4AF37;
margin:0px;
}

table {
    width: 100%;
    table-layout: auto;
}

th, td {
    border:2px solid #D4AF37;
    color:#1155CC;
    font-size:90%;
    word-wrap: break-word;
    white-space: normal;
}

button {
    background-color: #F9F9FA;
    border: 1px solid black;
    color: black;
}

label {
font-size:15px;
color:#1155CC;
height:5px;
}