body {
  background-image: url("bg.png");
  color: white;
  font-family: "Arial";
}
p {
  margin-left: 50px;
  margin-right: 50px;
  background-color: black;
}
h1 {
  background-color: orange;

}
.topnav {
  background-color: #000;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {

  float: center;
  color: #f2f2f2;
  text-align: center;
  padding: 0px 10px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: orange;
  color: white;
}
img {
  margin-left: 50px;
}
li {
  margin-left: 50px;
  margin-right: 50px;
  background-color: black;
}
ul {
  margin-left: 50px;
  margin-right: 50px;
  background-color: black;
}
ol {
  margin-left: 50px;
  margin-right: 50px;
  background-color: black;
}

