body {
    box-sizing: border-box;
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    font-weight: 400;
    background-color: hsl(212, 45%, 89%);
    color: hsl(216, 15%, 48%);
    text-align: center;       
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

h1 {
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: hsl(218, 44%, 22%);
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

p {
    width: 75%;
    margin: 20px auto;
    padding: 0 0 2rem 0;
    font-size: 15px; 
    font-weight: 400;
}

img {
    border-radius: 5%;
    width: 90%;
    height: auto; 
    margin: 1rem;
    
}

.card {
    background-color: hsl(0, 0%, 100%);
    border-radius: 5%;
    max-width: 320px;
    margin: 1rem auto; 
}

.attribution {
    font-size: 11px;
    text-align: center;
}

.attribution a {
    color: hsl(228, 45%, 44%);
}