
body {
    background-color: #D3DFED;
    font-family: 'Outfit', sans-serif;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 375px;
    border: solid 0px;
    border-radius: 15px;
    drop-shadow:(16px 16px 10px black)    
}
.top {
    padding: 15px 0  0 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.top img {
    width: 90%;
    border-radius: 15px;
}
.bottom {
    text-align: center;
    padding: 0 40px 20px 40px;
}


.bottom h3 {
    font-weight: 700;
    color: hsl(218, 44%, 22%);
}
.bottom h4 {
    font-weight: 400;
    color: hsl(220, 15%, 55%);
}