*{
    font-family: 'Times New Roman', Times, serif;
    font-size: 20PX;
}





body{
    background-color: #8e8ee2;
    background: linear-gradient(to right, #8e8ee2, #ea9be5);

}

.container{
   background-color: white;
   padding: 10px;
    border-radius: 10px;
   
}

figure{
    margin: auto;
    display: block;
    max-width: 100%;
    text-align: center;
}

img{
    max-width: 100%;
    height: auto;
}

h1{
    text-align: center;
}

div{
    justify-content: space-between;
    display: flex;
}
