
body {
  background-color: rgba(156, 194, 228, 0.4);
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}




.heading-text{
  text-align: center;
  margin-bottom: -30px;
}
.attribution{
  font-size: 20px;
}

.outer-wrapper {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrapper-container {
  width: 300px;
  height: 480px;
  border-radius: 10px;
  background-color: white;
  padding: 15px 17px 70px;
  box-sizing: border-box;

}

img {
  width: 100%;
  height: 70%;
  border-radius: 10px;
}
span {
  font-size: 20px;
  font-weight: bold;
  margin: 30px auto;
}

.div-p {
  padding: 10px;
  text-align: center;
}

/*mobile view*/
@media (max-width: 375px) {
  .wrapper-container {
    height: 400px;
    width: 250px;
    margin-top: 50px;
  }
  img {
    height: 200px;
    margin-bottom: -10px;
  }
  span,p {
    font-size: 1em;
    
  }

  .heading-text{
    font-size: 0.9em;
    
  }
 

 
}
