/* 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 {
  background-image: linear-gradient(#e8dbff 1px, transparent 1px), linear-gradient(to right, #8547ff 1px, transparent 1px);
  background-size: 45px 45px;
  background-color: #ffffff;
  color: black;
  font-family: Verdana;
}