body {
    margin: 0;
    font-family: 'Arial', sans-serif;
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container {
    text-align: center;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

h1 {
    font-size: 2.5em;
    color: #333;
    margin-bottom: 20px;
}

.construction img {
    width: 150px;
    height: auto;
}

.construction p {
    font-size: 1.2em;
    color: #666;
    margin-top: 20px;
}

#timer {
    font-size: 1.5em;
    color: #ff6347;
    margin-top: 20px;
}

