body{
    background-color:hsl(212, 45%, 89%)
}

.attribution { font-size: 11px; text-align: center; }
.attribution a { color: hsl(228, 45%, 44%); }

p{
    font-size: 15px;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    color: hsl(220, 15%, 55%);
    margin: 0px 10px 30px 10px;
}

h3{
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    color:hsl(218, 44%, 22%);
    margin: 10px 10px;
}

.card-container{
    margin:7% auto;
    border-radius: 20px;
    width: 15rem;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    text-align: center;
    background-color: hsl(0, 0%, 100%);
}

.card-container img{
    width: 90%;
    height: auto;
    border-radius: 10px;
    margin: 10px;
   
}


@media screen and (max-width: 780px) {
    .card-container{
        margin:10% auto;        
        height: auto;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: column;
        text-align: center;
        background-color: hsl(0, 0%, 100%);
    }
    
 
}

