.background-image {
  min-width: 102vw;
  background-image: url("fe.png?auto=compress&cs=tinysrgb&dpr=1&w=500");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  min-height: 102vh;
  z-index: -99;
  top: -5px;
  left: -5px;
  position: absolute;
}

#background-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.42;
}

body {
  overflow: hidden;
}

.header {
  text-align: center;
}

.button {
  font-family: "Noto Sans", sans-serif;
  margin: 0 auto;
  display: block;
  padding: 10px;
  color: #de9900;
  background-color: #000c12;
  border: 0px solid #de9900;
  border-radius: 5px;
  cursor: pointer;
}

.description {
  font-family: "Noto Sans", sans-serif;
  text-align: center;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 50px;
}
