html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
    position: relative;
    min-height: 100%;
    overflow: hidden;
}

body {
    background-color: #0A0A0A;
    margin-bottom: 60px;
}