body {
    background-color: #404040;
    color: #cccccc;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: Verdana, Geneva, sans-serif;
    font-size: 24pt;
    width: 90%;
    text-align: center;
}
