.mystyle1{background-color:black; color:orange; font-size:32px;}
.mystyle2{background-color:black; color:orange; font-size:16px; margin:10px 200px}
th{color:white;background-color:black;border:solid white;}
td{color:white;background-color:black;}
.mystyle3{background-color:black; color:white; font-size:32px;}
.mystyle4{background-color:black; color:orange; font-size:18px;}
.mystyle5{background-color:black; color:white; font-size:24px;}
.mystyle6{background-color:black; color:orange; font-size:16px; margin:10px}
.mystyle7{background-color:black; color:white; font-size:18px; margin:10px}
.mystyle8{background-color:black; color:orange; font-size:16px; margin-left:15%; width:75%}

.table {display:flex; flex-direction:column; align-items:center;}
table, th, td {
  border: 1px solid white;
  padding: 15px;
  
}
a {
  color: orange;
}


/* Add a black background color to the top navigation */
.topnav {
  background-color: #323232;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: orange;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Dotted border */
hr.dotted {
  
}
