h1{
    font-family: 'georgia';
    text-align: center;
}


body{
    background-color:whitesmoke;
  
}

div{
    width: 60%;

}

.image1{
    
        max-width: 15%;
        max-height: 15%;
        border-radius: 10%;
    

}

.image2{
    
    max-width: 15%;
    max-height: 15%;
    border-radius: 10%; 
    position: relative;
    top: 100%; left: 10%;
   
}


.image3{
    
    max-width: 15%;
    max-height: 15%;
    border-radius: 5%; 
    position: relative;
    top: 100%; left: 20%; 
    
    

}


.image4{
    
    max-width: 25%;
    max-height: 25%;
    border-radius: 10%; 
    position: relative;
    bottom: 100%; left: 30%; 
    margin-top: 5%;
   
   
    

}

