.attribution {
    font-size: 11px;
    text-align: center;
    padding-bottom: 20px;
    font-family: "Outfit", sans-serif;
    font-weight: 300;
}

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

.container {
    text-align: center;
    max-width: 300px;
    margin: auto;
    background: hsl(0, 0%, 100%);
    border-radius: 10px;
}

body {
    background: hsl(212, 45%, 89%);
    display: grid;
    place-items: center;
    min-height: 100vh;
}

img {
    width: 280px;
    height: 280px;
    padding: 10px;
    border-radius: 20px;
}

h3 {
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    padding: 0 30px;
}

p {
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    padding: 0 30px;
}