.card{
    background-color: white;
    text-align: center;
    width: 250px;
    /* margin: auto; */
    border-radius: 10px;
    padding: 10px;
    
}
img{
    width: 250px;
    height: 250px;
    border-radius: 10px;
    
}
body{
    background-color: hsl(216, 15%, 48%);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}