body {
margin-top:60px;
margin-left:15%;
margin-right:15%;
background-color:#FDF8D4;
background-image: url("Background/Al-Shami-Background.png");
background-size: 100% 100%;
background-attachment: fixed; 
background-repeat: repeat;
background-position: center;
color:#D4AF37;
font-family:"custom";
}

@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;
}

header {
background-color:#FDF8D4;
}

footer {
background-color:#EEE9D1;
margin-top:15%;
margin-bottom:0%;
}

@font-face {
font-family: 'custom';
src: url('Font/Extracted/Roboto-VariableFont_wdth,wght.ttf') format('truetype');
}

.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;
}

a:link {
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";
}

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

h1 {
font-size:25px;
}

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

h3 {
color:#6AA84F;
}

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

hr {
border:2px solid #D4AF37;
}

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;
}