body {
    background-color: hsl(212, 45%, 89%);
    text-align: center;
    font-family: 'Outfit', sans-serif;
}

.attribution {
    font-size: 11px;
    text-align: center;
}

.attribution a {
    color: hsl(228, 45%, 44%);
}

.card {
    background-color: hsl(0, 0%, 100%);
    border-radius: 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 250px;
    padding: 15px;
    margin: 5%;
}

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

p {
    font-weight: 400;
    font-size: 15px;
    color: hsl(220, 15%, 55%);
    text-align: center;
}

img {
    width: inherit;
    border-radius: 10px;
}