html{
    background:#000;
    overflow:hidden;
    color:#fff;
 
}
.container{width:100%;height:100%;}
.letter{
    position:absolute;
    font-size:2em;
    display:inline-block;
    text-align:center;
    width:.7em;
}