.topnav {
  background-color: darkgray;
  overflow: hidden;
}

.topnav a {
  float: left;
  display: block;
  color: whitesmoke;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: whitesmoke;
  color: black;
}

.topnav a.active {
  background-color: darkgreen;
  color: whitesmoke;
}

/*.topnav .icon {
  display: none;
} */

body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: whitesmoke;
    align-content: center;
    text-align: center;
    background-color: black;

}

.written {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: whitesmoke;
    align-content: left;
    text-align: left;
    background-color: black;

}

table {
  border-collapse: collapse;
  border: 2px solid whitesmoke;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 0.8rem;
  letter-spacing: 1px;
}

caption {
  caption-side: bottom;
  padding: 10px;
  font-weight: bold;
}

thead,
tfoot {
  background-color: darkgreen;
  color: whitesmoke;
}

th,
td {
  border: 1px solid gray;
  padding: 8px 10px;
}

.topnav a.split {
  float: right;
  background-color: darkgrey;
  color: whitesmoke;
}