
body{
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    background-color: hsl(212, 45%, 89%);
}

.card {
    background-color: hsl(0, 0%, 100%);
    padding: 1rem;
    border-radius: 1.25rem;
    max-width: 320px;
    margin: 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); 
}

.card img {
    width: 100%;
    border-radius: 0.625rem;
    display: block; 
}



.card h5 {
    color: hsl(218, 44%, 22%);
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 1rem;
    text-align: center;
}

.card p {
    color: hsl(216, 15%, 48%);
    font-weight: 400;
    font-size: 15px;
    text-align: center;
}
