body {
  /*font-family: 'IBM Plex Mono', monospace;*/
  font-family: "Oxygen", sans-serif;
  margin-top: 30px;
  margin-left: 10%;
  margin-right: 10%;
  color: #fff;
  /*font-family: Geogia;*/
}

/* #description { */
/*     clear: both; */
/*     padding-top: 20px; */
/* } */

.title {
  text-transform: uppercase;
}

/* #main { */
/*     overflow: auto; */
/*     padding-bottom: 50px; */
/*     padding-top: 30px; */
/*     padding-left: 50px; */
/*     padding-right: 50px; */
/* } */

#footer {
  /* position: relative; */
  /* height: 50px; */
  /* clear: both; */
  background: none;
}

a.navbar-item {
  color: #fff;
  font-weight: bold;
  text-shadow: #fff 0px 0px 0px;
}

a {
  color: transparent;
  /* color: #d45500; */
  /* color: #aaf; */
  font-weight: bold;
  text-shadow: #ffe 0px 0px 1px;
}

a:hover {
  color: #fff;
  font-weight: bold;
  /* text-shadow: #fff 0px 0px 2px; */
}
