 body{
  background-color: #EEE6DD;  
  }
.item1{
  display: flex;
  flex-wrap: wrap;
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 15px;
  margin: 40px auto;
  gap: 20px;  
   width: fit-content;

}
.title{
  font-family:"Londrina Outline";
  font-size: 70px;
  text-align: center;
  color: 434867;
}

.glazeimg {
    width: 100%;        
    max-width: 500px; 
    height: auto;
     border-radius: 15px;
}

.item-text h2{
  font-size: 50px;
  font-family:"Madimi One";

}

.item-text p{
  font-size: 24px;
  font-family: "Quicksand";
  color: 434867;
}
       


