body{
    margin: 0 0 0 0;
    margin-inline: 0 0;
}
header{
  font-family: "Quintessential", serif;
  font-weight: 400;
  font-style: normal;
}
header>nav{
    width: auto;
    background-color: rgb(189, 189, 11);
    height: 60px;
}
header>nav>ul{
    display:flex;
    padding:0;
    justify-content: center;
}
header>nav>ul>li{
    padding: 20px 20px;
    list-style-type: none;
}
header>nav>ul>li>a{
    padding: 4px;
    height:10px;
    color: white;
    background-color: rgb(124, 126, 21);
    border: 1px solid white;
    text-decoration: none;
}
.a{
    background-color: rgb(59, 59, 11);
}
main{
    display:flex;
    flex-direction: column;
    align-items: center;
}
section:nth-child(1){
    position: relative;
    width: 100%;
    height: 300px;
}
main section:nth-child(1) img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
section > h1{
    width: 1000px;
    position: absolute;
    top: 30%;
    left: 54%;
    transform: translate(-50%,-50%);
    color: white;
    font-family: "Quintessential", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
}

section:nth-child(1)>p{
    position: absolute;
    top: 50%;
    left:57%;
    transform: translate(-50%);
    color: white;
    width: 1000px;
    font-size: 20px;
}
section:nth-child(2){
    background-color:rgb(189, 189, 11);
    margin:20px 20px;
    width: 1500px;
    height:250px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
}
section:nth-child(2)>h2{
    font-family: "Quintessential", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
}
section:nth-child(2)>ul{
    display: flex;
    padding: 0;
}
section:nth-child(2)>ul>li{
    padding: 1px;
    background-color:rgb(124, 126, 21);
    text-decoration: none;
    margin: 10px;
    list-style-type: none;
    padding: 25px;
    border-radius: 10px;
}
section:nth-child(2)>ul>li>a{
    text-decoration: none;
    color: white;
    font-weight: bold;
}
section:nth-child(3){
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid yellowgreen;
    margin-bottom: 100px;
    padding: 20px;
    border-radius: 10px;
}
h2{
    font-family: "Quintessential", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
}
section:nth-child(3)>ol{
    display: flex;
    padding-inline-start: 0;
    margin:0;
}
section:nth-child(3)>ol>li{
    height: 400px;
    width:400px;
    margin: 0px 40px 20px 20px;
    list-style-type: none;
    position: relative;
}
section:nth-child(3)>ol>li>img{
    object-fit: cover;
    height:100%;
    width: 100%;
    border: 10px solid rgb(148, 148, 10);
    border-radius: 10px;
}
section:nth-child(3)>ol>li>strong{
    color:rgb(255, 255, 255);
    position: absolute;
    padding: 20px;
    background-color: rgba(189, 189, 11, 0.75); 
    top:9px;
    left:9px;
}
section:nth-child(3)>ol>li>p{
    color:white;
    position:absolute;
    width:90%;
    left:9px;
    bottom: -26px;
    background-color: rgba(189, 189, 11, 0.75);
    padding: 21px;
}
footer{
    width: 100%;
    background-color: rgb(189, 189, 11);
}
.f{
    bottom: 0;
    position: absolute;
}
footer>nav>ul{
    margin-left: 0;
    display:flex;
    justify-content: center;
    margin-top:20px;
    padding: 0;
}
footer>p{
    text-align: center;
    margin-top:0;
}
footer>nav>ul>li{
    list-style-type:none;
}
footer>nav>ul>li>a{
    padding: 20px 20px;
    color: rgba(83, 114, 20);
    text-decoration: none;
}
table{
    border-collapse: collapse;
    border-radius: 10px;
    margin-left: 10px;
    background-color: rgba(189, 189, 11);
}
th{
    padding: 10px;
    border: 1px solid white
}
td{
    border: 5px solid #ffffff;
    padding: 10px;
}
form{
    background-color:rgb(189, 189, 11);
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-self: center;
    padding: 10px;
    border-radius: 10px;
    margin:10px 0 100px 0
}
form>div{
    padding: 10px 10px;
    
}
@media screen and (max-width: 700px){
header>nav>ul>li{
    padding: 20px 10px;
}
section>h1{
    position: absolute;
    top: 30%;
    left: 125%;
    font-style: normal;
    font-size: 1.3em;
    transform: translate(-50%,-50%);
}
section:nth-child(1)>p{
    position: absolute;
    top: 50%;
    left:122%;
    color: white;
    width: 1000px;
    font-size: 10px;
}
section:nth-child(2){
    width: 90%;
    height:425px;
}
section:nth-child(2)>ul{
    display: flex;
    flex-direction: column;
    padding: 0;
}
section:nth-child(2)>h2{
    font-size: 20px;
}
section:nth-child(2)>p{
    font-size: 10px;
}
section:nth-child(3){
    width: 80%;
}
section:nth-child(3)>ol>li{
    height: 400px;
    width:100px;
    margin: 30px 0 30px 0;
    left: -115px;
}
section:nth-child(3)>ol{
    display: flex;
    flex-direction: column;
}
section:nth-child(3)>ol>li>img{
    height:100%;
    width: 300%;
}
h2{
    font-size: 19px;
}
}
@media screen and (max-width: 1200px) and (min-width: 701px){
    section>h1{
    position: absolute;
    top: 30%;
    left: 85%;
    font-style: normal;
    font-size: 20px;
    transform: translate(-50%,-50%);
    }
section:nth-child(1)>p{
    position: absolute;
    top: 50%;
    left:83%;
    color: white;
    width: 1000px;
    font-size: 10px;
}
section:nth-child(2){
    width: 90%;
    height:425px;
}
section:nth-child(2)>ul{
    display: flex;
    flex-direction: column;
    padding: 0;
}
section:nth-child(2)>h2{
    font-size: 20px;
}
section:nth-child(2)>p{
    font-size: 10px;
}
section:nth-child(3){
    width: 80%;
}
section:nth-child(3)>ol>li{
    height: 400px;
    width:100px;
    margin: 30px 0 30px 0;
    left: -115px;
}
section:nth-child(3)>ol{
    display: flex;
    flex-direction: column;
}
section:nth-child(3)>ol>li>img{
    height:100%;
    width: 300%;
}
h2{
    font-size: 19px;
}
}