/* style.css - a simple style sheet */
body {
  margin-left: 10%; margin-right: 10%;
  color: black; background: #758698 ;

  
}
div.color {
    background: rgb(194,201,211);
    padding: 0.5em;
    border: solid; border-width: thin; width: 100%
  }

  :link { color: rgb(0, 0, 153) }  /* for unvisited links */
  :visited { color: rgb(153, 0, 153) } /* for visited links */
  a:active { color: rgb(255, 0, 102) } /* when link is clicked */
  a:hover { color: rgb(0, 96, 255) ; background-color: white} /* when mouse is over link */