html, body {
    margin:0;
    padding: 0;
    background: #112;
    overflow: hidden;
}

#bigtext {
    color: #FF9;
    width: 100%;
    height: 100%;
    position: absolute;
    font-family: helvetica, arial;
    text-align: center;
    vertical-align: middle;
    transition: all .2s linear;
    white-space: nowrap;
}

#bigtext:focus {
    color: #999;
    outline: 0;
}
