html {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
}

body {
    position: relative;
    width: 100%;
    height: 100%;
    color: #cccccc;
}

a {
  color: #777777;
}
footer {
    position: absolute;
    text-align: left;
    left: 0;
    width: 100%;
    bottom: 10px;
    padding-left: 10px;

    font-size: 11px;
}