/* This will be the landing page CSS */

html {background-color: #0000000;
opacity: 1;
}

body {
  margin: 50px;
  background-color: #223025; 
  /*the green color I want to accent the page*/
  color: black;
  font-family: Verdana;
}
