body {
    background: hsl(212, 45%, 89%);
    min-height: 100vh;

    display: flex;
    justify-content: center;
    align-items: center;

    font-family: "Outfit", sans-serif;

}

p {
    font-size: 15px;
    font-weight: 400;
    color: hsl(216, 15%, 48%);
}

h1 {
    font-weight: 700;
    font-size: 20px;
    color: hsl(218, 44%, 22%);
}

#container {
    background: white;
    border-radius: 16px;
    margin: auto;
    display: inline-block;
    width: 320px;
    max-width: 80%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08); 
}

img {
    padding-top: 5%;
    margin: auto;
    display: block;
    width: 90%;
    border-radius: 12px;
}

.text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow-wrap: break-word;
    width: 80%;
    padding: 10%;
    gap: 4px;
}

