body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
   background:linear-gradient(rgb(12, 170, 12) 30%,red) 70%;
    }

p{  
  font-family: "Architects Daughter", cursive;
  font-size: 30px;
  font-style: normal;
}
@media (max-width:800px){
  p {
    font-size: 20px;
  }
}
p1 {
  font-family: "Architects Daughter", cursive;
  font-weight: 30px;
  font-style: normal;
}
@media (max-width:800px){
  p1 {
    font-size: 20px;
  }
}
h2 {
  font-family: "Architects Daughter";
  font-size: 40px;
  color: rgb(226, 17, 45);
  font-style:italic ;

}
@media (max-width:800px){
  h2 {
    font-size: 30px;
  }
}
.image > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 400px;
height: 300px ;   
  margin-top: 50px;
  padding-bottom: 30px;
}
@media(max-width: 800px) {
  .image > img {
    width: 230px;
    height: 180px;
  }
}
.container  {    
  display: block; 
  width: auto;
  height:100%;
  float: left; 
 margin-left: 15px;
 padding: 15px;
  justify-items: center; 
  background-color: rgb(12, 170, 12);   
  border-radius: 30px;
 border-color: rgb(197, 46, 8);
 border-style:double;
 margin-bottom: 30px;
  
} 
@media (max-width:800px) {
  .container {
  width: auto;
  height:100%; 
  justify-items: center;   
  
  }
}
  p {
  flex-wrap: wrap;
  font-size: 30px;   
  color: rgb(19, 20, 19);  
 } 

 @media (max-width: 800px) {
 p {
  font-size: 22px;  
   
 }
 }


.container> img {
  float: left;
  margin-right: 15px ;
  flex-wrap: wrap;
  margin-left: 30px;
  width: 200px;
  height: 200px;
  }
  @media (max-width:800px) {
    .container > img {
      width: 150px;
      height: 150px;
    }
  }

.container1 {    
  float: right;  
  width: 90%;
  height: 100%;   
  padding: 18px;  
 margin-left: 2px;
  background-color: rgb(197, 46, 8);    
  border-radius: 30px;
 border-color: rgb(7, 154, 110);
 border-style: double;
 
}
 .container1 > p1 {
  color: rgb(19, 17, 17);
 font-size: 30px;
 margin-bottom: 20px; 
 
text-align: justify;

}
@media (max-width:800px) {
  .container1 > p1 {
font-size: 22px;
  }  
}

.container1> img {  
  flex-wrap: wrap;
  float: right; 
  width: auto;
  height: 200px;
  
}
  @media (max-width:800px) {
    .container1 > img {
      width: 150px;
      height: 150px;
    }
  }
 
h4 {
  font-family: "Architects Daughter";
  font-size: 40px;
  color: rgb(20, 222, 144);
  font-style:italic ; 
}
@media (max-width:800px) {
  h4 {
    font-size: 30px;
  }
}
 p1 {  
  justify-items: center;
  height: auto; 

}

.video-image  {
   display: flex;
   flex-wrap: wrap; 
   margin-bottom: 30px;
}

.video-image1 > img {  
  width: 220px;  
  height: 180px;
  text-align: center;
  justify-items: center;
  flex-wrap: wrap;
  margin-left: 80px;
  border-radius: 40px;
}
@media (max-width: 800px) {
  .video-image1 > img {
    text-align: center;
    justify-items: center;
    width: 180px;
    height: 130px;
   margin-left: 110px;
   flex-wrap: wrap;
  }
}

.video-image2 > img {  
  width: auto;
  height: 200px;
  margin-bottom: 30px; 
  border-radius: 40px;
  
}
.video-image3 > img {  
  width: auto;
  height: 200px;
  margin-bottom: 30px;
  border-radius: 40px;
}

  .video-image4> img {  
  width: auto;
  height: 200px;
  margin-bottom: 30px;
  border-radius: 40px;
  }
  .video-image5 > img {  
  width: auto;
  height: 200px;
  margin-bottom: 30px;
  border-radius: 40px;
  }
  .video-image6 > img {  
  width: auto;
  height: 200px;
  margin-bottom: 30px;
  border-radius: 40px;
  }
  .footer {
    display: flex;
    background-color: #08983a;     
    width: 100%;
   height: auto;
 margin-top: 30%;
 flex-wrap: wrap;
    }

.social-icons  {
  display: flex;  
  font-size: 60px;
  margin: 0 auto;   
  justify-content: center;
  align-items: center;
  flex-direction: column;
 }
 
 .social-icons > a {
  color: rgb(10, 10, 129);
 }

 .social-icons1 > i {
  color: rgb(185, 233, 13); 
  margin-bottom: 20px;
  
   
 }
 .social-icons1 > h1 {
  font-size: 25px;
  text-align: center;
  color: rgb(232, 196, 148);
  margin-bottom: 30px;
  font-family: "Architects Daughter";

 }
 @media(max-width: 700px) {
  .social-icons1 > h1 {
    font-size: 14px;
  }
 }
 .social-icons2 > a {
  color: rgb(215, 13, 13);
 }
.social-icons > h3 {
  color: rgb(79, 39, 25);
  font-style: italic;
  text-align: center;
  justify-items: center;
  font-family: "Architects Daughter";
  font-size: 25px;
  margin: 20px 20px;
 }
 @media(max-width: 700px){
.social-icons > h3 {
  font-size: 18px;
  margin-left: 20px;
  margin-right: 20px;
  
 }
}
 .footer-image > img {
  flex-wrap: wrap;
  margin-top: 40px;
  width: 300px;
  height: 300px;
 }
 @media(max-width:700px) {
  .footer-image > img {
    width: 200px;
    height: 200px;

  }
 }



  








