body {
  background-image: linear-gradient(to right bottom, #3932a7, #242986, #132065, #071546, #050528);
  height: 100vh;
  font-family: "Open Sans";
  line-height: 1.5em;
  font-size: 14px;
  color: #ffffff;
  margin: 0;
  overflow: hidden;
}

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

a {
  color: #ffffff;
}

a:hover {
    color: #91e8f1;
}

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

.wm-logo img {
    max-width: 320px;
    margin-bottom: 15px;
}

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

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