html, body {
    background: #000000;
    color: #fff;
    overflow: hidden;
    margin: 0;
    width: 100%;
    height: 100%;
    font-family: "League Gothic", Helvetica, Arial, sans-serif;
    text-align: center;
}

div.container {
    position: relative;
    z-index: 2;
    width: 1100px;
    margin: 0 auto;
}

h1 {
    font-size: 300px;
    line-height: 300px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 50px 0 0 0;
}

#loading {
    font-size: 50px;
    line-height: 50px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
}

#start {
    display: none;
    font-family: "League Gothic", Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    font-weight: normal;
    text-transform: uppercase;
    border: none;
    outline: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
}

canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

:-webkit-full-screen canvas {
    width: 100%;
    height: 100%;
}