body {
margin-top:60px;
margin-left:15%;
margin-right:15%;
background-color:#FDF8D4;
background-image: url("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%;
  }
}

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

button {
padding:10px;
background-color:#D4AF37;
border:2px solid #D4AF37;
color:white;
width:100%;
}

button:hover {
padding:10px;
background-color:#D4AF37;
color:#D4AF37;
border:2px solid 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 {
font-size:15px;
color:#1155CC;
height:5px;
}

hr {
border:3px solid #D4AF37;
}

