html{
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

body{
    background-color:hsl(212, 45%, 89%) ;
    height: 100vh;
    margin:0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
img{
    width: 300px;
    height:250px;
    grid-template-areas:main;
}

.container{
      width: 20rem;
      padding: 20px; 
      background-color: hsl(0, 0%, 100%);
      border-radius: 1.25rem;
      /* place-self: center; */
      text-align: center;
      
}
h3{
    text-align: center;
    color: hsl(218, 44%, 22%);
}

p{

color: hsl(217, 15%, 61%);
font-size: 1rem;

}