* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.header {
  background-color: olive;
  padding: 5px;
  height: 60px;
}

.nav {
  display: flex;
}
.nav__link {
  padding: 10px;
  list-style: none;
}
.nav__item {
  text-decoration: none;
}

.text {
  margin-bottom: 20px;
}

.content {
  margin-bottom: 30px;
}
.content__title {
  margin-bottom: 30px;
}
.content__img {
  margin-bottom: 25px;
}
.content__text {
  margin-bottom: 47px;
}
.content__element {
  margin-left: 40px;
}
.content__item {
  list-style-type: disc;
}

.info__wrapper {
  margin-bottom: 30px;
  padding: 5px;
  background-color: rgb(255, 207, 144);
}
.info__title {
  margin-bottom: 30px;
}
.info__text {
  margin-bottom: 47px;
}
.info__quote {
  background-color: rgb(255, 207, 144);
  margin-left: 55px;
  margin-bottom: 10px;
}

.footer {
  padding: 5px;
  height: 300px;
  background-color: rgb(233, 68, 255);
}
.footer__title {
  margin-bottom: 20px;
}
.footer__wrapper {
  margin-left: 40px;
  list-style-type: disc;
}
.footer__link {
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */