body {
    display: grid;
    justify-content: center;
    align-items: center;
    background-color: hsl(212, 45%, 89%);
    height: 100vh;
    margin: 0;
}

.card {
    background: hsl(0, 0%, 100%);
    border-radius: 15px;
    width: 320px;
    height: 499px;
    text-align: center;
    font-family: 'Outfit';
    
}

.picture {
    border-radius: 10px;
    width: 288px;
    height: 288px;
    margin-top: 20px;
}

h1 {
    color: hsl(218, 44%, 22%);
    font-size: 20px;
    font-weight: 700;
}

p {
    color: hsl(216, 15%, 48%);
    font-size: 15px;
    font-weight: 400;
}

.attribution { font-size: 11px; text-align: center; }
.attribution a { color: hsl(228, 45%, 44%); }