body {
color: #BA0000;
  font-family: 'Verdana';
  margin: 0;
}
::selection {
  color: white;
  background-color: red;
}

ul {
  list-style: square;
  padding-left: 15px;
  margin-top: 0;
  margin-left: 3px;
}
.list {
  height: 150px;
  padding: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  overflow-y: scroll;
  -webkit-scrollbar-width: thin;
  scrollbar-width: thin;
}

.games {
  height: 450px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: red black;
}

a {
  color: red;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p a[href*="https"]:after {
      content: url("/graphics/external.png");
      margin-left: 5px;
}