body {
  background-image: url("https://file.garden/ZnOP4WYRNQ9BogGC/BACKGROUNDS/dither_it_B0320675.JPG");

  font-family: digitaldisco;
  cursor:url("https://file.garden/ZnOP4WYRNQ9BogGC/web/old-roblox/Normal%20Select.cur"), pointer;overflow-x: hidden;

  width: 75%; /* Could be anything, but 75% works here. */
    margin: auto; /* This is what center the content div itself. */
font-size: 14px;
  font-family: digitaldisco;

 
}

.box{ border: 4px ridge #c9c444;
  width: 65%;
  background-color: #d8d5b4;
  padding: 2px;
      font-size: 16px;
  border-radius:5px;
     margin-left: auto;
     margin-right: auto;
      
}
h1{
  text-align:center;
}