body {
  overflow-x: hidden;
  background-color: black;
  color: #e58dec;
  font-family: "Averia Sans Libre", sans-serif;
  font-weight: 300;
  text-align: center;
  font-size: 35px;
  width: 100%;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

img {
  width:auto;
  height: 600px;
  object-fit: contain;
  display: inline-block;
}

.clickable {
  color: #ff0cd0;
  cursor: auto;
}

.clickable:hover {
  color: white;
  cursor: pointer;
}


::selection {
  color: black;
  background: black;
}

hr {
  border-top: 1px solid #e58dec;
}

a:link {
  font-weight: 400;
  text-decoration: none;
  color: #ff0cd0;
}

a:visited {
  text-decoration: none;
  color: #ff0cd0;
}

a:hover {
  text-decoration: none;
  color: white;
}


a:active {
  text-decoration: none;
  color: #ff0cd0;
}