/* This is how you add a note in your css stylesheet. */

.site_banner {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
}

.header_image_background {
  background-color: lightgrey;
}
  
body {
  background-color: white;
  color: black;
  font-family: Verdana;
}
