*{
    margin: 0;
    padding: 0;
    
}
body{
    background-color: rgb(237, 182, 114);
}

.top{
    background-color: black;
    height: 35px;
    width: 100%;
    color: white;
    padding-top: 10px;
    text-align: center;
}
.content{
    background-color: bisque;
    width: 100%;
    height: 125px;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    text-align: center;
   
}
.heading{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.about{
    padding-top: 25px;
    gap: 10px;
}
 

i{
    padding-top: 50px;
    margin-left: 23px;
}
.Christmas{
    width: 100%;
    height:auto;
}
.level1{
    height: 100px;
    text-align: center;
    background-color: bisque;
    padding-top: 25px;
}

.level2 img{
    height: 450px;
    width: 300px;
    
}
.level2{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2px;
    margin-left: 580px;
    margin-right: 580px;
    margin-bottom: 100px;
    text-align: center;
}
h3{
    padding-top: 20px;
}

a{
    padding: 50px 110px 30px 100px;
    
}
.level4 img{
    height: 300px;
    width: 300px;
    
}
.level5 img{
    height: 400px;
    width: 300px;
}
.level4{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2px;
    margin-left: 580px;
    margin-right: 580px;
    height: 500px;
    
}
button{
    background-color: black;
    color: white;
    width: 100%;
    display: inline;

}
.level6{
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    text-decoration: dashed solid black;
    
}
.container{
    max-width: 1500px;
    margin: auto;
    border-top: 2px  solid black;
    border-bottom: 2px solid black;
    padding-top:85px;
    padding-bottom: 85px;
}
.level7 img{
    height: 450px;
    width: 330px;
    margin-left: 30px;
    
}
.level7{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    height: auto;
    max-width: 1500px;
    margin: auto;

    
}

   .level8{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    align-items: center;
    background-color: rgb(2, 4, 69);
    color: white;
    font-size: 70px;
    width: 100%;
    height: 250px;
    text-align: center;
    max-width: 1500px;
    margin: auto;
    
   }
   
   
   .level9{
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 30px;
    margin-top: 20px;
    
    
   

   }
   .level10 img{
    margin-top: 50px;
    height: 450px;
    width: 300px;
   
   
   }
   .level10{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 1500px;
    margin: auto;
   
   }
   .level11{
    display: grid;
    grid-template-columns: 2fr 2fr;
    max-width: 1500px;
    margin: auto;
    max-height: auto;
    
   }
   .level12{
    font-size: x-large;
    font-family: 'Times New Roman', Times, serif;
    text-align: left;
    padding: 10px 10px 10px 10px;
   max-height: fit-content;
    margin: auto;

   }
   .level13 img{
    width: 750px;
    max-height: auto;
   }
   .level14{
    display: grid;
    grid-template-columns: 2fr 2fr;
    max-width: 1500px;
    margin: auto;
    max-height: 900px;
    
   }
   .level16{
    font-size: x-large;
    font-family: 'Times New Roman', Times, serif;
    text-align: left;
    padding: 10px 10px 10px 10px;
    max-width: 500px;
    margin: auto;

   }
   .level15 img{
    width: 750px;
    height: 900px;
   }
   .level17{
    width: 100%;
    height: 80px;
    background-color: white;
   }
   .level18{
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-height: auto;
   }
   .level19{
    padding-left: 200px;
  max-height: fit-content;
  margin: auto;
  
   }
.Email{
    max-width: 350px;
   
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: larger;
    text-align: left;
    color: black;
    background-color: bisque;
}
.level20 img{
    height: 250px;
    margin-left: 1000px;
    margin-right: 200px;
}
footer{
    background-color: rgb(6, 6, 48);
    width: 100%;
    padding: 50px 50x 50px 50px;
    max-height: fit-content;
}
.level21{
    padding-top: 70px;
   max-height: fit-content;
   color: white;
   display: grid;
   grid-template-columns: 1fr 1fr 1fr;
   max-width: 1000px;
   margin: auto;
  
}
  .level22 a{
    font-size: 100px;
    text-transform: capitalize;
    font-weight: 700;
   
    
  }
  .level23{
    text-decoration: underline;
  }
  .level24{
    max-width: 1000px;
    height: 120px;
    margin: auto;
    text-transform: capitalize;
    font-weight: 300;
    color: rgb(228, 158, 9);
    text-align: center;
    font-size: 30px;
    padding-top: 10px;
  }
 
  