* {
  font-family: Arial, Helvetica, sans-serif;
}

/* Navigation Bar */
/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 16px;
}

/* 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: #cf6f15;
  color: white;
}


html, body {
  margin: 0;
  border: 0;
  padding: 0;
  background-color: #8a87877e;
  background-image: url(images/sunnandor.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

main {
  margin: auto;
  width: 80%;
  padding: 20px;
}

main > h1 {
  text-align: center;
  font-size: 3em;
}

p1{
  font-size: 1em;
  font-style: italic;
  color: whitesmoke;
}

p2{
  font-size: 1em;
  font-style: italic;
  color: whitesmoke;
}