

table, th, td {
  border: 1px solid #2B3D4F !important;
}

/* Navbar */
.bg-dark {
  background-color: #2B3D4F !important;
}

.upper-nav-bar {
    height: 40px;
}

tt {
  color: #2B3D4F;
  font-weight: bold;
  font-family: "Terminal", "Courier New", monospace;
}