  html {
    min-height: 100%;
    cursor: url('imgs/mooncursor.webp'), auto;
  }
  body {
    background-image: url(imgs/bgs/metalheartbg1.jpeg);
    background-size: 100%, auto;
    background-position: ;
		font-family: Consolas, basis33, Courier New;
		font-family: basis33;
    text-align: center;
  }
  ::selection {
    background-color: #96a0d9;
  }
  .enter {
    display: block;
    margin: auto;
    width: 27%;
    background: rgba(80, 75, 75, 0.5);
    border: 1px solid black;
    padding: 10px;
  }
  img {
    display: block;
    position: relative;
    margin: auto;
    margin-top: 10%;
  }
  p {
    color: white;
    font-size: 125%;
  }
  a {
    cursor: url('imgs/mooncursor.webp'), auto;
    color: red;
    font-weight: bold;
    font-size: 130%;
  }
  a:hover {
    color: white;
  }
  h3 {
    margin: 0;
    font-size: 140%;
    color: red;
  }