﻿html, body
{
    width: 100%;
    height: 100%;
    font-family: "Segoe UI";
    color: white;
    margin: 0px;
    padding: 0px;
    background: black;
    overflow: hidden;
}

#stats
{
    position:absolute;
    right:10px;
    top:10px;
    color:black;
}

#message
{
    position:absolute;
    left:40px;
    right:40px;
    bottom:30px;
    text-align: center;
    color:white;
    font-size: 40px;
    text-shadow: 4px 4px 4px black;
    cursor: pointer;
}
