*{
    margin: 0;
    padding: 0;
}

body{
    background-color: hsl(212, 45%, 89%);
    height: 100vh;
    display: flex;
    align-items: center;
    
}

.text{
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  font-size: 15 px;
  padding: 22px 10px;
}

.container{
    max-width: 360px;
    margin: 0 auto
}

.card img{
    width: 100%;
    border-radius: 12px;
}

.card{
    background-color: white;
    padding: 18px;
    border-radius: 17px;
    text-align: center;
}

.text h2{
    color: hsl(212, 44%, 22%);
    padding-bottom: 15px;
}

.text p{
    color: hsl(220, 15%, 55%);
}

