@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;700&display=swap');
.attribution { font-size: 11px; text-align: center; }
.attribution a { color: hsl(228, 45%, 44%); }
body {
    font-family: 'Outfit', sans-serif;
    background-color: hsl(212, 45%, 89%);
    min-height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.container{
    width: 320px;
    height: 499px;
    background-color: #FFFFFF;
    border-radius: 20px;
    margin-bottom: 2rem;
}
.container p{
    font-family: 'Outfit', sans-serif;
    text-align: center;
    margin: 0 16px 40px 16px;
    font-size: 17px;
    color: hsl(220, 15%, 55%);
}
img{
    width: 288px;
    height: 288px;
    margin: 16px 16px 24px 16px;
    border-radius: 10px;
}
.container h1{
    text-align: center;
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    margin: 0 16px 16px 16px;
    color: hsl(218, 44%, 22%);
    font-weight: 700;
}

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

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