body {
  background-color: hsl(212, 45%, 89%)

}

.parent-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container {
  background-color: hsl(0, 0%, 100%);
  margin-top: 150px;
  height: 450px;
  width: 280px;
  padding: 10px;
  border-radius: 10px;
}

.image {
  height: 280px;
  width: 280px;
  border-radius: 10px;
}

.text-container {
  width: 230px;
  text-align: center;
  margin-left: 24px;
}

.text-title {
  font-family: "Outfit", serif;
  font-size: 18px;
  font-weight: 700;
  color: hsl(218, 44%, 22%);
  
  
}

.text-description {
  font-family: "Outfit", serif;
  color: hsl(216, 15%, 48%);
  font-size: 15px;
  font-weight: 400;
}
