body {
  background-color: #d6e2f0;
}

img {
  width: 250px;
  margin: 10px 15px 10px 15px ;
  border-radius: 10px;
}

h3 {
  font-family: 'Outfit', sans-serif;
  text-align: center;
  margin: auto;
  width: 230px;
  font-weight: 900;
}

p {
  font-family: 'Outfit', sans-serif;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 250px;
  color: #7B879D;
  font-weight: 400;
  font-size: 15px;
}

.first-div {
  margin: 130px auto;
  border-radius: 10px;
  background-color: white;
  width: 280px;
  height: 430px;
}
