body {
    background-color: rgb(214, 226, 240);
}

section {
    background-color:  rgb(255, 255, 255);
    display: block;
    height: 25em;
    width: 17em;
    margin: 10em auto;
    border-radius: 1em;
    padding-top: 0.1em;
}

img {
  display: block;
  width: 90%;
  height: auto;
  margin: 15px auto;
  border-radius: 0.5em;
}

h2 {
  text-align: center;
  font-family:'Outfit';
  font-size: 15px;
  font-weight: 700;
}

p {
  text-align: center;
  font-family: 'Outfit';
  font-weight: 400;
  font-size: 15px;
  color: rgb(104, 119, 141);
}


