html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #231e20;
    color:white;
}

.cover-container {
    max-width: 42em;
    text-align:center;
}

.progress-bar {
    background-color: #5fc0c5;
}

.mb-auto {
    margin-bottom: auto !important;
}