main {
display: flex; 
justify-content: center; 
align-items: center; 
flex-direction: column; 
background-color: #d9e5f3;

} 
section {
  display: flex; 
justify-content: center; 
align-items: center; 
flex-direction: column;  
margin: 20%  50%;   
padding: 50px 30px;
background-color: aliceblue; 
border-radius: 30px;

}

section img {
 width: 300px;   
border-radius: 30px; }

section p {
  color: gray;
  font-size: 16px;
  margin-top: 15px;
  text-align: center;
  max-width: 250px;
}