body{
    text-align: center;
    background-color: hsl(212, 45%, 89%);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

@import url(https://fonts.google.com/specimen/Outfit);

.container{
    background-color: white;
    display: grid;
    grid-template-rows: 1fr 1fr;
    max-width: 340px;
    margin: auto;
    margin-top: 80px;
    border-radius: 20px;
    height: 510px;
}

.img-container{
    display: flex;
    justify-content: center;
}

.img{
    height: 300px;
    width: 300px;
    border-radius: 10px;
    margin-top: 16px;
}

.text{
   width: 300px; 
   margin: 10px auto;
}

.header{
    margin-bottom: 10px;
}

.para{
    color: hsl(216, 15%, 48%);
    font-weight: 400;
    margin-top: 0;
}
