body {
    background-color: black;
}

#where {
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
    height: 60px;
    line-height: 60px;
    text-align: center;

    color: #355E3B;
    font-family: monospace;
    font-size: 28px;
}
