body {
    margin: 0;
    padding: 0;
}
html {
    overflow: hidden;
}
html, body {
    height: 100%;
}
#content {
    background: #FEDE35;
    position: fixed !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
