html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  font-family: 'Verdana';
}

#__next {
  height: 100%;
}

.shadow {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.6);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.6);
}

#footer_docs {
  padding: 0;
}

#footer_docs li {
  display: inline;
}

#footer_links {
  padding: 0;
}

#footer_links li {
  display: inline;
}

.contentContainer {
  justify-content: center;
  align-content: center;
  text-align: center;
  flex-direction: column;
  flex: content;
}