p {
    font-size:20px;
    position: absolute;
    color: #ffffff;
    left: 50%;
    top: 25%;
    margin-left:-512px;
    margin-top:-190px;
}

#fps {
    position: absolute;
    color: #ffffff;
    font-size: 20px;
    margin-left: 350px;
}

div {
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
 }

body {
    color: #000000;
    background-color: #010101;
}

#game {
    position: absolute;
    width: 0px;
    height: 0px;
    left: 0%;
    top: 0%;
    margin-left:0px;
    margin-top:0px;
}
