html {
  height: 100%;
  transition: all 0.5s ease;
  width: 100%;
}

body {
  min-height: 100%;
  width: 100%;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Roboto";
}

#wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#wrapper > #main {
  flex: 1 0 auto;
}
