*
{
    font-size: 15px;
}
body
{
    background-color: hsl(212, 45%, 89%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

main
{
    background-color: hsl(0, 0%, 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
    height: fit-content;
    padding: 0.8rem;
    border-radius: 15px;
}

img
{
    width: 100%; 
    border-radius: 15px;
}

p
{
    text-align: center;
    font-weight: 400;
}
h3
{
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0px;
}