html {
  image-rendering: pixelated;
  background: gray;
  background-size: cover;
  background-attachment: fixed;
  font-family: "Nintendo DS BIOS Regular";
  color: red;
  * {cursor: url("cursor.png"), auto !important;}
}
  body {
    margin: 0px;
  }

  @font-face {
  font-family: Nintendo DS BIOS Regular;
  src: url("dsbios.ttf") format("truetype");
}


  #main{
    width: 815px;
    border-style: solid;
    border-color: red;
    background-size: 64px;
    border-width: 3px;
    border-radius: 45px;
    margin: 20px;
    padding: auto;
    height: auto;
    display: table;
    overflow: hidden;
    font-size: 40px;
  }
