body {
  /*width:500px;*/
  font-size:1.1em;
  /*overflow-y:scroll;*/
  color:white;
  background-color: black;
}
a {
  color:white;
}
a:visited{
  color:white;
}


/*scrollbars*/
::-webkit-scrollbar {
  width: 12px;
  background: transparent;
  border-radius: 12px;
}

::-webkit-scrollbar-button {
  width: 12px;
  background: transparent;
}

::-webkit-scrollbar-track {
  width: 12px;
  background: black;
  border-radius: 6px;
}

::-webkit-scrollbar-track-piece {
  width: 12px;
  background: black;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  width: 12px;
  background: #1d2638;
  border-radius: 6px;
}

::-webkit-scrollbar-corner {
  width: 12px;
  background: #1d2638;
}

::-webkit-resizer {
  width: 12px;
  background: #1d2638;
}