body {
  _background-image: linear-gradient(to right bottom, #2b2b2b, #222222, #191919, #0f0f0f, #000000);
  height: 100vh;
  font-family: cascadia code, verdana, calibri;
  line-height: 1.4em;
  font-size: 14px;
  color: #000000;
  margin: 0;
  overflow: hidden;
}

::-webkit-scrollbar {
    display: none;
}

a {
  color: #000000;
}

a:hover {
    color: #FFA500;
}

div#wm-box {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.wm-logo img {
    max-width: 550px;
    margin-bottom: 0px;
}

.small {
    font-size: 10px;
    line-height: 1.4em;
    color: #a7a7a7;
}

@media screen and (max-width: 600px) {
  .wm-logo img {
      max-width: 260px;
      margin-bottom: 15px;
  }
}
