*{

}

.attribution { 
    font-size: 11px; 
    text-align: center; 
}

.attribution a { 
    color: hsl(228, 45%, 44%); 
}

.container{
    background-color: hsl(212, 45%, 89%);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1000px;
}

.card{
    background-color: hsl(0, 0%, 100%);
    width: min-content;
    border-radius: 25px;
    padding: 15px;
}

img{
    width: 300px;
    border-radius: 15px;
}

h2{
    font-family: 'Outfit', sans-serif;
    font-weight: 400, 700;
    color: hsl(218, 44%, 22%);
}

p{
    font-size:15px;
    font-family: 'Outfit', sans-serif;
    color: hsl(220, 15%, 55%)
}
