body {
  background: rgb(63, 63, 63) url(/images/tears.png);
  background-blend-mode: multiply;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.center {
  background: rgba(0, 0, 0, 0.473);
  border: 2px solid #97efff;
  border-radius: 5.5px;
  padding: 15px;
  width: 600px;
  color: white;
  box-shadow: 5px 5px #0000007a;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  max-height: 80vh;
  overflow-y: scroll;
}

h1 {
  margin: 0;
  color: white;
  font-family: rust;
  font-size: 50px;
  text-shadow: -3px 0 #000, 0 3px #000, 3px 0 #000, 0 -3px #000, 0 0;
  top: -30px;
  left: 25px;
  z-index: 1;
  position: absolute;
}

h2 {
  margin: 0;
  font-family: rust scratch;
  font-weight: normal;
}

ul {
  margin: 0;
}

a {
  color: rgb(145, 180, 255);
}

* {
  scrollbar-width: thin;
  scrollbar-color: #c9e2e78a transparent;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 6px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: #c9e2e78a;
  border-radius: 5px;
}
