body,
html {
  margin: 0;
  padding: 0;
  background-color: #151912;
  overflow-x: hidden;
}

/*body {*/
/*  display: flex !important;*/
/*  justify-content: center !important;*/
/*  align-items: center !important;*/
/*}*/

.content {
  max-width: 800px;
  font-family: "Times New Roman", serif;
}



canvas#neuro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  opacity: 0.95;
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
}

a:hover {
  font-weight: inherit;
  text-decoration: none;
  color: rgb(160, 160, 255);
}

a:active {
  color: rgb(160, 255, 255);
}

