*{
    padding: 0;
    margin: 0;
  }
  body{
    background-color:hsl(212, 45%, 89%) ;
  display: flex;
 font-family: "Outfit";
 align-items: center;
 height: 100vh;
  }
  .all{
    margin: 0 auto;
  }
  .container{
    max-width: 380px;
    background-color: hsl(0, 0%, 100%);
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 20px;
    height: 550px;
    margin: 0 1em;
  }
 img{
  width: 100%;
  margin: 0 auto;
  border-radius: 15px;
  display: block;
 }
  .text{
    text-align: center;
    padding-top: 20px;
  }
  .text h2{
     color: hsl(218, 44%, 22%);
     font-weight: 700;
  }
  .text h3{
    padding-top: 10px;
     color: hsl(216, 15%, 48%);
     font-weight: 400;
  }