body {
    background-color: #fdfdfd; /* Light beige background */
    background-image: radial-gradient(rgb(225, 225, 225) 10%, transparent 10%);
    background-size: 25px 25px; /* Adjust the size of dots */
    background-position: 0 0, 20px 20px;
  }
  