body {
  background-image: linear-gradient(#0044ff, #0000bb);
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: white;
}
body::selection {
  background-color: dodgerblue;
  color: white;
}
a {
  color: #00ddff;
  text-decoration: none;
}
a:hover, a:active {
  color: #00ffff;
  text-decoration: underline;
}
#discordServer {
  background-color: lightgray;
  border: 5px solid gray;
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
}
