body {
    margin: 0 auto;
    max-width: 50cm;
    font-family: "Outfit", sans-serif;
    box-sizing: border-box;
    background-color: hsl(212, 45%, 89%)
}

main {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

article {
    max-width: 300px;
    text-align: center;
    border-radius: 24px;
    padding: 0px 20px 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 500px;
    background-color: hsl(0, 0%, 100%);
    box-shadow: 3px 5px 12px #888888;
}

figure {
    border-radius: 12px;
    margin: 0 auto;
    text-align: center;
    width: 300px;
    height: 300px;
    overflow: hidden;
}

h3 {
    font-weight: 700;
    font-size: 24px;
    margin: 24px 0 18px;
    color: hsl(218, 44%, 22%);
}

p {
    font-size: 15px;
    margin: 0 18px;
    color: hsl(216, 15%, 48%);

}

footer {
    text-align: center;
}
