html, body, main {
  height: 100%;
  width: 100%;
  background-image: url("../IMG/chessBG.jpeg");
  background-repeat: repeat;
  background-size: 190%;
  background-color: #000033;
  color: white;
  display: flex;
}

.mb-6 {
  margin-bottom: 100px !important;
}

.mem-table {
  background-color: #9e9e9e;
  margin-left: 10px;
}

#main-nav {
  position: fixed;
  top: 0;
  width: 105%;
  z-index: 5;
}

.tab-content {
  margin-top: 100px;
  margin-bottom: 150px;
  width: 100%;
}

#home-content {
  opacity: 0.8;
  overflow-wrap: break-word;
  background-color: #004204;
  border-radius: 20px;
  z-index: 0;
  font-size: 14px;
}

#teams-content {
  opacity: 0.8;
  border-radius: 20px;
}

aside {
  opacity: 0.8;
  overflow-wrap: break-word;
  background-color: #0c0a61;
  border-radius: 20px;
  z-index: 0;
  font-size: 12px;
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
}

a {
  color: white !important;
}

iframe {
  margin: 0 auto;
  display: block;
  margin-top: 15px;
}

#myModal {
  color: black;
}

#editModal {
  color: black;
}

h1.text-white {
  font-size: 25px;
}

#resetView {
  margin-bottom: 50px;
}

table {
  opacity: 90%;
  font-size: 14px;
}/*# sourceMappingURL=main.css.map */