body {
    background-color: hsl(212, 45%, 89%);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    font-family: Outfit;
    font-size: 15px;
}

.card {
    background-color: hsl(0, 0%, 100%);
    border-radius: 20px;
    box-shadow: 0px 10px 10px hsla(216, 15%, 48%, 0.3);
    width: 300px;
    text-align: center;
}

img {
    width: 100%;
    border-radius: 25px;
    box-sizing: border-box;
    padding: 15px;
}



.text-content {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}


 h2 {
    color: hsl(218, 44%, 22%);
    margin-bottom: 20px;
}

p {
    color: hsl(216, 15%, 48%);
  
} 





