.body {
  background-image: url("https://msdos.neocities.org/1082030xw2fri5s8x.gif"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  background-position: center; /* Center the image */
  background-repeat: repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}
.limit{
    width:50px;
}