*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: hsl(212, 45%, 89%);
}


.box{
    width: 340px;
    height: 510px;
    background-color:hsl(0, 0%, 100%) ;
    margin-top: 10px;
    margin-left: 15px;
    border-radius: 15px;
}

.box .backbox img{
    width: 340px;
    height: 350px;
    padding: 20px;
    border-radius: 10%;
    
    
}

.text{
    text-align: center;
    font-family: 'Outfit', sans serif;
}
.text h2{
    color:hsl(218, 44%, 22%) ;
    margin-bottom: 15px;

}

.text p{
    color:hsl(220, 15%, 55%) ;
}

.attribution{
    font-family: 'Outfit', sans serif;
    font-size: 12px;
    margin-top: 4px;
    text-align: center;
}



@media screen and (min-width:375px) {
    .box{
        margin: 0 auto;
        margin-top: 50px;

    }


}




