body {
  font-style: normal;
  font-weight: normal;
  font-weight: 400;
  line-height: 1.6em;
  margin: 0;
  padding: 0;
}
main {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("pix/embiotech.jpg");
  height: 100vh;
}
main,
footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content {
  max-width: 75ch;
  padding-inline: 2rem;
}
.footer-menu {
  display: flex;
  list-style-type: none;
}
.footer-menu__item {
  padding-inline: 2rem;
}
