body{
    background-color: #d5e1ef;
    font-family: Arial, Helvetica, sans-serif;
    min-height: 100vh;
    text-align: center;

}
.card{
    position: fixed;
    width: 302px;
    height: 470px;
    margin:  auto;
    inset: auto;
    border-radius: 16px;
    background-color: white;
    padding: 1rem;
    padding-bottom: 3rem;
    box-shadow: 0px 10px 20px 0px /20% ;



}
h2{
    color:rgb(8, 1, 27);
}
img{
    width: 100%;
    border-radius: 8px;

}