body {
    background-color: #000;
    color: #fff;
    font-family: monospace;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.container {
    text-align: center;
}

#gunman {
    color: #ff9900;
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
}

#clock {
    font-size: 48px;
    margin-top: 20px;
    color: #ff9900;
}
