html,
body {
  height: 100%;
  max-height: 100%;
  background-color: #ba932e;
  margin: 0;
  overflow: hidden;
}

body {
  display: flex;
  flex-direction: column;
}

.content {
  flex: 1 0 auto;
}

.footer {
  flex-shrink: 0;
  padding-left: 2em;
  padding-right: 2em;
  max-width: 90%;
  min-width: 60%;
  width: auto;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.responsive {
  width: 100%;
  height: 100%;
}
