body {
    font-family:[Outfit](https://fonts.google.com/specimen/outfit);
    background-color:hsl(212, 45%,  89%); 
    display: flex;
    justify-content:center;
    align-items: center;
    border:border-box;
    min-height:100vh;

}

#container {
    background-color: hsl(0, 0%,100%);
    border-radius: 10px;
    font-size: 15px;
    font-weight: 400;
    min-height:400px;
    max-width:255px;
    margin:100px;
    
}

#container img {
    margin: 10px;
    border-radius: 10px;
    height:235px;
    width:235px;
}

#container h3 {
    text-align: center;
    font-weight: 700;
    /*max-width:220px ;*/
    margin: 0px 25px 0px 10px;
    color:hsl(218, 44%, 22%);
    
}
 #container p {
    text-align: center;
    padding: 5px;
    margin: 2px;
    color:hsl(212, 15%, 48%);  
}
@media screen and (max-width: 400px;){
.container{
    width:90%;
}
}




    
