* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Outfit", sans-serif;
}

.image {
  width: 290px;
  border-radius: 15px;
}

.text {
  padding: 15px;
  background: hsl(0deg, 0%, 100%);
  width: 320px;
  text-align: center;
  border-radius: 15px;
  justify-content: center;
  justify-items: center;
  align-items: center;
  justify-content: space-between;
  margin: 39%;
  margin-top: 100px;
  margin-bottom: 90px;
}

.text h2 {
  font-weight: 700;
  align-items: center;
  padding-top: 15px;
}

.text p {
  font-weight: 400;
  font-size: 15px;
  padding-top: 15px;
  padding-bottom: 30px;
  position: relative;
}

body {
  background: hsl(212deg, 45%, 89%);
  max-width: 1440px;
}

.attribution {
  font-size: 11px;
  text-align: center;
  padding-bottom: 0;
}

.attribution a {
  color: hsl(228deg, 45%, 44%);
}

@media (max-width: 800px) {
  .text {
    justify-content: center;
    margin-left: 45px;
    margin-right: 40px;
  }
}/*# sourceMappingURL=style.css.map */