/* CSS is how you can add style to your website */
body {
  background-color: GhostWhite;
  color: #080808;
  font-family: Inter, Helvetica, Arial, sans-serif;
  margin:40px auto;
  max-width:808px;
  font-size:22px;
  line-height:1.3
  }
