h1 {
  text-align: center;
  color: #ffffff;
}

h2 {
  color: #f3f4f5;
}

h3 {
  color: #f3f4f5;
}

.table-of-contents.open {
  border-style: solid;
  border-color: #2d2d2d;
  border-radius: 20px;
  background-color: #1b1b1b;
}

.entry-content table th {
  background-color: #292929;
  color: #ffffff;
}

.entry-content table td {
  background-color: #292929;
}

.main-navigation ul li .removed-link {
  text-transform: uppercase;
}

.main-navigation ul li>a {
  text-transform: uppercase;
}

.footer-info {
  text-align: center;
}



.site-footer--style-gray a {
  text-decoration: none;
}