* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::-moz-selection {
  color: white;
  background: #000;
}

::selection {
  color: white;
  background: #000;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #0177f6;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  overflow: hidden;
}

.footer {
  border-top: 1px solid #ddd;
  text-align: center;
  padding: 20px;
  font-size: 12px;
  color: #555;
}

.mtb-20 {
  margin: 20px 0;
}

@keyframes slide-down {
  0% {
    translate: 0px 50px;
    opacity: 0;
  }
  100% {
    translate: 0px 0px;
    opacity: 1;
  }
}
.theme-switcher {
  display: flex;
}

.theme-switcher > button {
  border: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  transition: background-color 250ms;
}

.theme-switcher > button > img {
  border-right: 1px solid #ddd;
  padding-right: 20px;
  width: 36px;
  display: flex;
}

.two-col {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.bullet-list li span {
  font-weight: bold;
}

table.border-table {
  border-collapse: collapse;
  margin-bottom: 30px;
}

table.border-table tr, table.border-table th, table.border-table td {
  padding: 10px !important;
  border: 1px solid #ddd;
}

.figcaption-text {
  font-size: 13px;
  color: #777;
  font-style: italic;
  text-align: center;
} 

/*# sourceMappingURL=style.css.map */
