body {
  color: #b057ff;
  background-color: black;
  background-image:url('https://silversneasel.neocities.org/pictures/arcadecarpet.png');
  font-family: "Comic Sans MS";
  image-rendering: pixelated;
}
a {
  color: #ff24c5;
}
#rainbow {
  font-size: 25px;
}
.main {
  border-radius: 10px;
  border: 4px solid #b057ff;
  background-color: #ffffff;
  width: 900px;
  height: auto;
}
.a {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 900px;
  height: 1000px;
}