body {
    
    background-color: rgb( 17, 21, 18 );
    color: black;
    overflow: hidden;
    margin: 0px;
    font-weight: 100;
} 

div {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

a:link {
  color: rgb( 160, 160, 210 );
}

/* visited link */
a:visited {
  color: rgb( 160, 160, 210 );
}

/* mouse over link */
a:hover {
  color:rgb( 160, 160, 210 );
}

/* selected link */
a:active {
  color: rgb( 160, 160, 210 );
}