.ICT-Code-container {
    text-align: center;
    margin: 20px 0;
    font-family: 'Courier New', monospace;
}

.ICT-Code-code {
    font-size: 2em;
    font-weight: bold;
    color: #2c3e50;
    padding: 10px 20px;
    background: #ecf0f1;
    display: inline-block;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.ICT-Code-countdown {
    margin-top: 10px;
    font-size: 1em;
    color: #555;
}
