div.container-fluid {
  padding: 0px;
}

.navbar-brand {
  font-weight: bolder;
  font-size: 28px;
  text-align: center;
}

body {
  background: no-repeat center center fixed;
  background-image: url("/binary/images/wallpaper.jpg");
  min-height: 100vh;
  background-size: cover !important;
  -o-background-size: cover;
}

.subtext {
  margin-top: -1em;
  margin-left: 0px;
  font-size: 16px;
  font-weight: lighter;
}

.body > div.container-fluid > a {
  color: black;
  text-decoration: none;
  -webkit-text-decoration-color: black;
          text-decoration-color: black;
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  padding: 100px 200px;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: justify;
  transform: translate(-50%, -50%);
  font-size: 48px;
}

.body > a {
  text-decoration: none;
  -webkit-text-decoration-color: black;
          text-decoration-color: black;
}
