body {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;
    background-color: #d6e2f0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card {
    background-color: #ffffff;
    width: 15em;
    border-radius: 1em;
    padding: 0.8em;
    padding-bottom: 1em;
}

img {
    border-radius: 0.5em;
}

h1 {
    font-weight: 700;
    font-size: 1.15rem;
    color: #1f3251;
    padding: 0 0.3em;
}

p {
    font-weight: 400;
    font-size: 0.81em;
    padding: 0 0.5em;
    color: #68778d;
}

footer {
    font-size: small;
    opacity: 50%;
    position: absolute;
    bottom: 2em;
}

@media (max-width: 375px) {
    .card {
        width: 19em;
        padding: 1em;
        box-shadow: #0044ff23 0 0.1em 2em;
    }

    img {
        border-radius: 0.6em;
    }

    h1 {
        font-size: 1.45rem;
        padding: 0 0.3em;
    }
    
    p {
        font-size: 1em;
        padding: 0 0.65em;
    }
}
