@font-face {
  font-family: "WixMadeforDisplay-VariableFont";
  src: url("../assets/fonts/WixMadeforDisplay-VariableFont_wght.ttf");
}

body {
  margin: 0;
  padding: 0;
  font-family: "WixMadeforDisplay-VariableFont";
}

section {
  padding: 100px 10px;
}

section h1 {
  text-align: center;
  font-size: 64px;
  margin-top: 50px;
  margin-bottom: 50px;
}

section h2 {
  font-size: 2em;
  margin-bottom: 40px;
  text-align: center;
}

section p {
  font-size: 1.2em;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
  text-align: justify;
}

footer {
  background-color: #000000;
  padding: 20px 0;
  color: #fff;
  text-align: center;
}

footer p {
  margin: 0;
  font-size: 1.2em;
}

img {
  height: auto;
  display: block;
}
