/* 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, html {
  background-color: black;
  height: 100%;
  border: 0px;
  margin: 0px;
  padding: 0px;
}

body {
  
  color: white;
  font-family: Verdana;
  background-image: url("/img/RPC Yellow Path.svg");
  background-repeat: no-repeat;
  background-position: left 20px top 0px;
  background-size: auto 100%;
  }