@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;700&display=swap');




body{
    margin: 0;
    padding: 0;
    font-family: 'Outfit', sans-serif;
    background-color: hsl(212, 45%, 89%);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 844px;
    flex-direction: column;
   
    
}

.centerCard{
    background-color: white;
    display: flex;
    flex-direction: column;
    width: 350px;
    margin: 50px auto;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
    


}

img{
    object-fit: cover;
    padding: 15px;
    border-radius: 8%;
}

p{
    color: hsl(220, 15%, 55%);
    text-align: center;
    margin: 0 50px;
    padding-bottom: 50px;
    padding-top: 20px;
    
}

h2{
    color: hsl(218, 44%, 22%);
    text-align: center;
    margin: 0 30px;
}