body {
  background-color: gray;
  color: white;
  padding: 3% 10%;
  width: 80%;
  font-size:200%;
}

h1 {
  color: white;
  margin-left: 40px;
}


table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}

.mytopnav {
  background-color: #333;
  height: 48px;
  overflow: visible;
}

/* Style the links inside the navigation bar */
.mytopnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: inline-block;
  position:relative;
}

.mytopnav a:hover .dropdown-content {display: block;}

.mytopnav a:hover {
  background-color: #ddd;
  color: black;
}

.mytopnav a:hover .dropbtn {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.mytopnav a.active {
  background-color: #04AA6D;
  color: white;
}


.dropbtn {
  background-color: #333;
  color: #f2f2f2;
  padding: 0px 0px;
  font-size: 17px;
  border: none;
}


.dropdown-content {
  display: none;
  position: absolute;
  top: 48px;
  left: 0px;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content b {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content b:hover {background-color: #ddd;}



.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {
  background-color: #ddd;
  color: black;
}
