html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  margin-bottom: 60px;
  height: 100%;
}

body .container, body main {

  /* height: 100%; */
}

*, ::after, ::before {
  box-sizing: border-box;
}

footer {

  border-top: 1px solid #dee2e6;
  line-height: 60px;
  margin-top: auto;
}