#aez-machine {
    font-family: 'Orbitron', sans-serif;
    text-align: center;
    border: 2px solid #004455;
    padding: 20px;
    background: #0d2e45;
    color: white;
    max-width: 500px;
    margin: 2em auto;
    box-shadow: 0 0 15px #00f3ff80;
    border-radius: 12px;
}

#aez-machine h2 {
    color: #b9e5ff;
}

#aez-current {
    font-size: 2em;
    margin: 1em 0;
    color: #ff9966;
    font-weight: bold;
}

#aez-finish h2 {
    color: #ffffff;
    text-shadow: 0 0 5px #00ffff;
}

#aez-final-date {
    font-size: 2em;
    color: #aaffaa;
    text-shadow: 0 0 10px #33ff33;
}

#aez-machine button {
    margin-top: 1em;
    padding: 10px 20px;
    font-size: 1em;
    background: #004455;
    color: white;
    border: none;
    cursor: pointer;
}

#aez-machine button:hover {
    background: #007799;
}
