body {
    background-color: hsl(212, 45%, 89%);
    font-family: 'Outfit', sans-serif;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

h3 {
    color: hsl(218, 44%, 22%);
}

img {
    width: 100%;
    border-radius: 10px;
    display: block;
}

p {
    font-size: 15px;
    color: hsl(220, 15%, 55%);
}

a {
    color: hsl(220, 15%, 55%);
}

a:hover {
    color: black;
}

.container {
    max-width: 320px;
    margin: auto;
    background-color: hsl(0, 0%, 100%);
    padding: 12px;
    border-radius: 10px;
    text-align: center;
}

.attribution {
    font-size: 13px;
    padding: 10px 0 10px 0;
    color: hsl(220, 15%, 55%);
}