html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

#footer {
  background-color: #001c2b;
}
