body{
    background: #29112f;
    color: #ffffff;
    font: 50px/100px 'Courier New', Courier, monospace;
}

#body{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 600px;
    height: 300px;
    margin: -150px 0 0 -300px;
    text-align: center;
}