html {
    background-image: url("Atthemallneon.png");
    background-size: 60%;
    font-family: monospace;
    font-variant: small-caps;
    cursor: url("redspiralmed.png"), auto;
}
.box {
  max-width: max-content;
  margin: auto;
  background: transparent;
  
}
#contents {
  width: 200px;
  Height: max-content;
  Border: #FE00FF 5px solid;
  box-shadow: 0 0 50px 15px #E10AE2;
  margin: auto;
  margin-top: 300px;
}

body {
  background: black;
  width: max-content;
  height: max-content;
  margin: auto;
}