body {
  background-image: url("/images/underground-background.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #aeaeae;
}

.section {
  background: #111e;
  border-radius: 5px;
  /*margin: 10px auto;*/
  outline-color: white;
  outline-width: medium;
  outline-style: solid;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  color: #9a9a9a;
}

.title {
  color: #9a9a9a;
}

.subtitle {
  color: #aeaeae;
}

.label {
  color: #9a9a9a;
}

.navbar {
  background-color: #000;
}

.navbar-menu {
  background-color: #000;
}

.navbar-item {
  color: #ddd;
}

.navbar-burger {
  color: #ddd;
}

footer {
  background-color: #000;
}