#top-info h1 {color:red;
background-color: yellow;  
}

body {
background-color: #1c099d;  
}

figure {
background-color: #8a9d09;
}

img {
width: 50%;
max-width: 500px;  
}

#top-info {
background-color: pink;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;  
}

#main {
display: flex;
flex-direction: column;
align-items: center;  
}