body {
    background-color: #272822;
    font-family: 'Inconsolata', monospace;
    text-align: center;
}

#info {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ff0000;
    font-size: 2em;
    text-shadow: 0px 0px 4px #000;
}
