* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  scroll-behavior: smooth;
  text-decoration: none;
}

article {
  margin: 8em;
  z-index: 1;
  background-color: white;
  margin-top: 10em;
}
h1 {
  margin-bottom: 0.5em;
  font-size: 7vh;
  color: #25b2e0;
}
h2 {
  margin-bottom: 0.3em;
  margin-top: 0.3em;
}
h3 {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
h4 {
  margin-bottom: 0.3em;
  margin-top: 0.3em;
}
p {
  color: rgb(97, 97, 97);
}
