
:root {
    --bs-body-font-family: "neusa-next-std", sans-serif;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


.footer {
    width: 50%;
    margin: auto;
    text-align: center;
    background: white;
    position: center;
}

.footer .sd-btn {
    display: block;
    margin: 0 auto;
    position: relative;
}

.sd-btn {
    border: 2px solid #1bb8da;
    border-radius: 5px;
}

.sd-btn.sd-btn-warning {
    color: #f18312;
  
}

.active-item {
    color: #f18312 !important;
}

.normal-item {
    color: white !important;
}

.sd-body__navigation {
    justify-content: center;
}
