@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500&display=swap");

body {
  font-family: "arial", sans-serif;
  background-color: white;
  background-repeat: no-repeat;
  display: block;
  background-size: contain;
  background-position: center bottom;
  height: 100vh;
}
body p,
h1 {
  color: black;
}

.header {
  background-color: #1f3a93;
}

.box-wrapper {
  max-width: 850px;
}

#video {
  max-width: 100%;
}

.title {
  font-family: "Poppins", sans-serif;
  line-height: normal;
  font-size: 1.05rem;
}

.button-wrapper {
  border: 2px solid #ffffff;
  padding: 0.25rem;
  width: 75%;
}

.button {
  background-color: #21d4fd;
  background-image: linear-gradient(19deg, #21d4fd 0%, #b721ff 100%);
  letter-spacing: 1px;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
}

.info,
.term {
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: justify;
  opacity: 0.8;
  position: relative;
  z-index: 99;
}

/* @media only screen and (max-width: 576px) {
    body {
        background-image: url('img/stadium.jpg');
    }
} */
