/* 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." */

body {
  color: black;
  font-family: Verdana;
  background-color: #656565;
  opacity: 1;
  background-image:  radial-gradient(#ec437c 1.35px, transparent 1.35px), radial-gradient(#ec437c 1.35px, #656565 1.35px);
  background-size: 54px 54px;
  background-position: 0 0,27px 27px;
}