@font-face {
  font-family: "Old Standard TT";
  src: url("../fonts/OldStandardTT.ttf") format("truetype");
}
@font-face {
  font-family: "Archivo";
  src: url("../fonts/Archivo.ttf") format("truetype");
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald.ttf") format("truetype");
}
h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

h2 {
  font-size: 2.5rem;
  margin-bottom: 0.75rem;
}

h3 {
  font-size: 2rem;
  margin-bottom: 2rem;
  margin-top: 0.75rem;
}

h4 {
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}

h5 {
  font-size: 1rem;
}

p {
  font-size: 1rem;
  width: 50%;
  min-width: 295px;
  margin: auto;
  margin-bottom: 0.2rem;
  margin-top: 0.2rem;
}

a {
  font-weight: bold;
  margin: 0.5rem;
  color: #000;
}

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

html {
  scroll-behavior: smooth;
}

body {
  width: 100vw;
  overflow-x: hidden;
}

section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem;
}
section .half-width {
  display: flex;
  width: 50%;
  min-width: 298px;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2rem;
}
section .half-width:last-child {
  margin-bottom: 0;
}
section .margin-bottom {
  margin-bottom: 1rem;
}

.background {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
}
.background-1 {
  z-index: 0;
  background-color: #dfd;
}
.background-2 {
  z-index: 1;
  background-color: #eff;
}
.background-3 {
  z-index: 2;
  background-color: #efe;
}
.background-4 {
  z-index: 3;
  background-color: #eff;
}
.background-5 {
  z-index: 3;
  background-color: #efe;
}
.background-6 {
  z-index: 5;
  background-color: #eff;
}
.background:last-child {
  height: 100vh;
}

.error-margin {
  display: block;
  width: 100%;
  height: 20rem;
  background-color: transparent;
}

.separation {
  height: 0.1rem;
  width: 30%;
  margin: 1rem;
  background-color: black;
}
.separation-big {
  height: 0.1rem;
  width: 50%;
  margin: 2rem;
}

.list * {
  display: block;
}

.home {
  gap: 2rem;
}
.home h1 {
  font-size: 5rem;
}
.home .links {
  display: flex;
  width: 50%;
  max-width: 20rem;
  justify-content: space-around;
}
.home .links i {
  color: #000;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #bfb;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
}
header a {
  text-decoration: none;
  height: 100%;
}
header nav {
  padding: 1rem;
}

/*# sourceMappingURL=styles.css.map */
