/*Initially I was pretty confused on how to use this, but after looking at "https://www.htmldog.com/guides/css/beginner/applyingcss/"
I have a clear understanding of how to properly use it :P*/
body {
   background-color: rgba(0, 0, 0, 0.833);
   color: rgb(255, 255, 255);
   font-family: Verdana;
  }
