* {
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	font-family: 'Merienda', cursive;
	-webkit-box-sizing: border-box;
-moz-box-sizing:border-box;

}

body{
    font-family: "merienda", sans-serif;
    font-optical-sizing: auto;
    background-color: #fefefe ;

  }
   
  .header{
      width: 100%;
      display: grid;
      place-items: center;
      text-align: center;
      
  }
  
  .header img{
    width: 83%;
    height: 180px;
    margin-top: 90px;
    border-radius: 15px;
}


  .header  h1{
    font-size:40px;
    margin-top: 18px;
    color: #030630;
}

  .header h2{
      color:#030630;
      font-size: 25px;
      margin-top: 10px;
  }

  .blog{
    width: 100%;
    display:grid;
    place-items: center;
  }
  
  .box{
    width: 80%;
    display: grid;
    place-items: center;
  }

  .box img{
    width:100%;
    height: 510px;   
    margin-top: 85px;
    border-radius: 15px;
    border-style:ridge;
    
  }

  .box h2{
    margin-top: 20px;
    color:  #030630;
  }
  .box p{
  justify-content: justify;
  margin-top: 15px;
  line-height: 30px;
  color:  #030630;
  }

.btns{
  width: 100%;
  margin-top: 90px;
  display:flex;
  gap:30px;
  place-content: center;

}

.btn_1{
  width: 15%;
  height: 45px;
  display: flex;
  background-color: #030630;
  justify-content: center;
  border-radius: 25px;
  align-items: center;
  
}

.btn_1 a{
  color: white;
  text-decoration: none;
}

.footer{
  width: 100%;
  height: 40px;
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
  background-color:  #030630;
  
 }
 .footer a{
  color: white;
  text-decoration: none;
  font-size: 13px;
  
 }
 
 @media screen and (max-width:992px){

 
  .header img{
    
    height: 130px;
  
}

.box img{
  width:100%;
  height: 310px; 
  margin-top: 40px;   
}

.box p{
  font-size: 21px;
}
.btns{
  width: 100%;
  margin-top: 90px;
}

.btn_1{
  width: 45%;
  height: 50px; 
  font-size: 15px;
}

 }
 @media screen and (max-width:780px){
  .header h1{
    font-size:30px ;
  }
  .header h2{
    font-size: 20px;
  }
  
  .header img{
    width: 75%;
    height: 130px;  
}

.box img{
  width:100%;
  height: 310px; 
  margin-top: 40px;   
}

.box p{
  font-size: 18px;
}
.btns{
  width: 100%;
  margin-top: 90px;
}

.btn_1{
  width: 35%;
  height: 50px; 
  font-size: 15px;
}

 


 }
@media screen and (min-width:1280px){}
@media screen and (min-width:1920px){}