html,
body {
  margin: 0px;
  min-height: 100%;
  height: 100%;
}

#root {
  height: 100%;
}

* {
  box-sizing: border-box;
}

.app {
  background-color: #f2f2f2;
  display: flex;
  height: 100%;
  width: 100%;
}

.footer {
  display: block;
  color: rgba(51, 51, 51, 0.7);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  padding-bottom: 24px;
}