#information {
  height: 100vh;
}

body {
  background-image: url("../images/background.jpg");
  background-size: cover;
}

body, a {
  color: #fff;
}

a:hover {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 992px) {
  body {
    font-size: 2rem;
  }
}

.mt-4 {
  font-size: 14px;
}

.d-lg-block {
  margin-top: 20px;
}

.d-block {
  margin-top: 20px;
}
