* {
  padding: 0;
  margin: 0;
}

@import "https://fonts.googleapis.com/css?family=Balsamiq+Sans";

html {
  font-family: Roboto, Rubik, "Lucida Sans", "Lucida Sans Regular",
    "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;

  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  height: 100%;
  display: flex;
  align-items: center;
  background-color: cornflowerblue;
  overflow: hidden;
}

.footer {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100%;
  height: 80px;
  align-items: center;
  justify-content: center;
  background-color: cornflowerblue;
  color: aliceblue;
  font-size: 20px;
  overflow: hidden;
}

@media only screen and (max-width: 1110px) {
  .footer {
    font-size: small;
  }
}
