body {
    background-color: hsl(212, 45%, 89%);
    font-family: 'Outfit', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

img {
    max-width: 100%;
    border-radius: 0.5rem;
    max-height: 19rem;
    max-width: 20rem;
}

h1 {
    font-size: 1.5rem;
    font-family: 'Outfit', sans-serif;
    font-weight: bolder;
    color: hsl(218, 44%, 22%);
    text-align: center;
    padding: 0 10px;
}

p {
    font-size: 15px;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    color: hsl(220, 15%, 55%);
    text-align: center;
    padding: 0 20px;
}

.card {
    background-color: hsl(0, 0%, 100%);
    border-radius: 1rem;
    max-width: 18rem;
    padding: 1rem;
    padding-bottom: 2rem;
    margin-bottom: 1rem;
}

.attribution {
    font-size: 11px;
    text-align: center;
}

.attribution a {
    color: hsl(228, 45%, 44%);
}