* {
  box-sizing: border-box;
  font-family: "Open sans", sans-serif;
  box-sizing: border-box;
  font-family: "Open sans", sans-serif;
}

@font-face {
  font-family: "Neue Machina";
  src: url("/assets/fonts/neue-machina-regular.otf");
  font-family: "Neue Machina";
  src: url("/assets/fonts/neue-machina-regular.otf");
}

body {
  background: #000;
  color: #fff;
}
h2 {
  color: #e6c300;
}

a {
  color: #fff;
  text-decoration: none;
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  text-decoration: underline;
}

.main {
  margin: 1rem;
  padding: 1rem;
  border: 1px solid #fff;
  border-radius: 1rem;
  margin: 1rem;
  padding: 1rem;
  border: 1px solid #fff;
  border-radius: 1rem;
}

.main::before,
.main::after {
  content: "";
  background-image: url("/assets/img/background.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 140vw;
  height: 100vh;
  display: inline-block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
.main::after {
  content: "";
  background-image: url("/assets/img/background.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 140vw;
  height: 100vh;
  display: inline-block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.main::after {
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
  width: 140vw;
  height: 100vh;
  transform: rotate(180deg);
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
  width: 140vw;
  height: 100vh;
  transform: rotate(180deg);
}

@media only screen and (min-width: 768px) {
  .main {
    max-width: 1024px;
    margin: 1rem auto;
  }
@media only screen and (min-width: 768px) {
  .main {
    max-width: 1024px;
    margin: 1rem auto;
  }

  .main::before,
  .main::after {
    width: 70vw;
  }
  .main::before,
  .main::after {
    width: 70vw;
  }
}

