/* style.css - a simple style sheet */
body {
  margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px;
  color: black; background: black;
  text-align: center;
  background-image: url("den.jpeg");
  background-repeat: no-repeat;
  background-position: top center
  }

P { background-image: none; color: black; /* text color is black */ }

