@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');

body {
    
    font-family: Merriweather;
    background-color: rgb(87, 104, 141);
  
}

.container {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(255, 255, 255);
    padding: 30px;
}

figure {
    float: right;
}

figcaption {
    font-size: small;
    color: rgb(87, 87, 87);
}

main {
     overflow: ;
}

