/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

.w3r-dot {
  width: 100%;
  height: 100%;
  background-color: #ffe8f5;
  background-image: radial-gradient(#bed9a0 10%, transparent 11%),
    radial-gradient(#bed9a0 10%, transparent 11%);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
  background-repeat: repeat;
}