/* 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: #fbfcee;
  color: black;
  font-family: 'Times New Roman', serif;
  background-size: 40px 40px;
  background-image:
    linear-gradient(to right, #D1D3D4 1px, transparent 1px),
    linear-gradient(to bottom, #D1D3D4 1px, transparent 1px);
}

.rectangle {
  margin:510px;
  margin-top:0px;
  margin-bottom: 0px;
  font-size: 150px; 
}

