html,
body {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

main {
  width: 100%;
  display: flex;
  flex-direction: column;
}

main {
  min-height: 100vh;
  flex-direction: column;
}

section {
  width: 100%;
  display: flex;
  flex-direction: column;
}
section:nth-of-type(1) {
  align-items: center;
  justify-content: center;
  background-image: url("../images/home/img1.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}
section:nth-of-type(1) .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: transparent;
  width: 100%;
}
section:nth-of-type(1) .card h1,
section:nth-of-type(1) .card h2 {
  font-family: "Oswald", sans-serif;
  color: rgb(255, 255, 255);
}
section:nth-of-type(1) .card h1 {
  font-size: 3em;
  text-transform: uppercase;
}
section:nth-of-type(1) .card h2 {
  font-size: 2em;
}
section:nth-of-type(2) {
  background-color: rgb(255, 255, 255);
  padding: 5%;
  box-sizing: border-box;
}
section:nth-of-type(2) h1 {
  font-family: "Oswald", sans-serif;
  font-size: 2em;
  text-transform: uppercase;
}
section:nth-of-type(2) p {
  font-family: "Rubik", sans-serif;
  font-size: 1.5em;
}
section:nth-of-type(2) a {
  text-decoration: none;
  text-transform: uppercase;
  background-color: rgb(34, 9, 1);
  color: rgb(255, 255, 255);
  width: -moz-fit-content;
  width: fit-content;
  padding: 1%;
  box-sizing: border-box;
  font-family: "Oswald", sans-serif;
  font-size: 1.5em;
}
section:nth-of-type(2) a:hover {
  background-color: rgb(139, 26, 26);
}/*# sourceMappingURL=index.css.map */