*{
    margin: 0;
    box-sizing: border-box;
}
body{
    background-color: #D5E1EF;
   
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif ;
    text-align: center;
}

.card{
    height: 500px;
    width: 320px;
    background-color: white;
    position: fixed;
    margin: auto;
    inset: 0;
    border-radius: 18px;
    padding: 15px;
    box-shadow: 0px 2px 4px 0px #8888886e;
    
}
img{
    width: 100%;
    border-radius: 12px;
    
}
h2{
    color: hsl(218, 44%, 22%);
    padding: 15px 0;
}
p{
    color: hsl(216, 15%, 48%)
}