html, body {
    width: 100%;
    height: 100%;
    background: white;
    padding: 0;
    margin: 0;
    color: #000;
    overflow: hidden;
}

#container {
    width: 100%;
    height: 100%;
}

#container.error h1 {

    height: auto;
    font-size: 200%;
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #222;
    letter-spacing: -0.04em;
    text-align: center;

}