/* 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-color: #515151;
background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10h10v10H0V10zM10 0h10v10H10V0z' fill='%23636363' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-size:60px 60px;
  color: #e3e3e3;
  font-family: Verdana;
  padding:16px;
}