.section-block {
  background-color: #171719;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-right: 5px;
  padding-left: 10px;
  border-radius: 15px;
}

h3 {
  font-size: 22px;
}

span.note {
  font-weight: bold;
}

ul > li {
  list-style-type: square;
  text-align: left;
}

.indent {
  margin-left: 30px;
}

p {
  color: #ddd5cf;
  text-align: left;
}

span.highlight {
  background-color: #2c2c30;
  border-radius: 5px;
}

li {
  margin-bottom: 2px;
}

.bottom-ul {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #0b0b0c;
  border-radius: 15px;
}

h4 {
  text-align: left;
  color: #42544e;
  font-size: 17px;
}

p.fade {
  color: #888888;
}

span.hotkey-section {
  color: #9d4947;
}

th {
  text-align: left;
  color: #ddd5cf;
}

.th-right {
  padding-left: 30px;
}

.th-left {
}

a:visited {
  color: #b1e0d2;
}

a:link {
  color: #b1e0d2;
}

@media (max-width: 548px){

    .tagline-container {
        display: none;
    }
}

@media (max-width: 830px){

    .hamberger-menu {
      display: block;
    }

    .menu__btn {
      display: block;
    }

    .nav-links-container {
      display: none;
    }
}
