

body {
    background-color: #EEE;
    color: #222;
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    text-align: center;
    border-bottom: 2px solid #222;

}


section {
    display: flex; 
    justify-content: space-between; /* Space evenly between the images */
}
        
section img {
    max-width: 100%; 
    height: auto; /* Maintain the aspect ratio */
}
