body {
  background-color: #222 !important;
  color: #ccc !important;
}

header nav {
  background-color: #d9d9d9 !important;
  color: #222 !important;

  a {
    color: #222 !important;
  }
}

footer {
  background-color: #d9d9d9 !important;
  color: #222 !important;

  a {
    color: #222 !important;
  }
}

#madlabs-content {
  h1 {
    text-align: center;
  }

  h5 {
    text-align: center;
  }
}

#logo-container {
  position: relative;

  img {
    width: 100%;
  }
}

#logo-blur {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: linear-gradient(
      180deg,
      #222222 0%,
      rgba(34, 34, 34, 0.1) 50%,
      #222222 100%
    ),
    linear-gradient(270deg, #222222 0%, rgba(34, 34, 34, 0.1) 50%, #222222 100%);
}

#madlabs-inof-labels {
  font-weight: bold;
}

#madlabs-inof-values {
  font-weight: normal;
}
