body, html {
  background: #EEEEF4;
  overflow: hidden;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.construction-message {
  position: absolute;
  top: 25%;
  width: 100%;
}

h1 {
  color: #E43;
  font-weight: 100;
  font-size: 3em;
}

h2 {
  color: #333333;
  font-weight: 300;
  font-size: 1.5em;
}

a {
  font-weight: 300;
  color: #E43;
  text-decoration: none;
  font-size: 1.5em;
}

span {
  color: #E43;
}

.footer {
    background-color: #f4f4f4;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.75);
    color: #000000;
    font-size: 12px;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
    padding: 10px;
    margin-bottom: 0%;
    position: fixed;
    bottom: 0;
    width: 100%;
}