html {
  font-size: 18px;
  font-family: "Roboto", Helvetica, sans-serif;
  color: #030507;
  height: -webkit-fill-available;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat",Helvetica,sans-serif;
  font-weight: 500;
}
.mb-0_2 {
  margin-bottom: 0.2rem;
}

.mb-2_5 {
  margin-bottom: 2.5rem;
}

.mt-0 {
  margin-top: 0;
}

.full-height {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

.no-scroll {
  overflow-y: hidden;
}

.btn {
  padding: 0.5625rem 1.125rem;
  background-color: #fff;
  color: #030507;
  font-size: 1em;
  text-decoration: none;
  border-radius: 20px;
}

.background-image {
  background: linear-gradient(0deg, rgba(64, 91, 232, 0.8), rgba(64, 91, 232, 0.8)), url(../assets/background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.main-content {
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
}


.inner-box {
  margin: 5vh auto;
  padding: 40px;
  color: #fff;
  max-width: 600px;
}

.footer {
  margin-top: auto;
  padding: 10px 40px;
  background: #ffffffa3;
  display: flex;
  flex-direction: row;
  font-size: 0.8em;
}

.footer .legal-menu {
  align-self: center;
  margin-left: auto;
  font-size: 0.8em;
}

.footer .legal-menu a {
  margin-left: 10px;
  color: #030507;
  text-decoration: none;
}


@media only screen and (max-device-width: 480px) {
  .inner-box {
    margin-top: 15vh;
    font-size: 14px;
  }
}
