@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
*{
    margin: 0px;
    padding: 0px;
}
body{
    font-size: 15px;
}
#main{
    background-color:hsl(212, 45%, 89%);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
}
#card{
    display: inline-block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 400px;
    width: 250px;
    background-color: white;
    border-radius: 15px;
    justify-content: space-between;
    padding-top:15px;
    padding-left:15px;
    padding-right:15px;
    padding-bottom: 40px;
}
#e1{
    height:250px;
    width:250px;
    border-radius: 8px;
}
#e2{
    font-family: "Outfit", sans-serif;
  font-weight: 700;
  color:hsl(218, 44%, 22%) ;
  font-size: 20px;
  text-align: center;
}
#e3{
    font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: hsl(216, 15%, 48%);
  text-align: center;
}