body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background: url(https://i.postimg.cc/t70Rp551/Hi-Togel-Background-Website-1920-x-1080.jpg) no-repeat center center fixed;
    background-size: cover;
    color: #fff;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Standard */
}

.container {
    text-align: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.6);
    margin: 0 auto;
    max-width: 1200px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.table-container {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

table {
    background-color: rgba(255, 179, 0, 0.7);
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
}

td {
    padding: 20px;
}

img {
    width: 100%;
    max-width: 1000px;
    height: auto;
    transition: filter 0.3s ease, transform 0.3s ease;
}

img:hover {
    filter: brightness(50%);
    transform: scale(1.05);
}

.time {
    font-size: 1.5em;
    margin: 20px 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
}

.header {
    font-size: 3em;
    margin-top: 20px;
}

.subheader {
    font-size: 1.5em;
    margin: 10px 0;
}

.description {
    font-size: 1.2em;
    margin: 10px 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 5px;
}

.highlight {
    color: #09ff00;
}

.spacer {
    margin: 20px 0;
    border-top: 2px solid #ff9500;
}

.additional-description {
    font-size: 1.2em;
    margin-top: 20px;
}

.footer {
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 20px 0;
    text-align: center;
    position: fixed;
    width: 100%;
    bottom: 0;
}

.cta-button {
    padding: 15px 30px;
    font-size: 1.2em;
    color: white;
    background-color: #ff9500;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #e87c02;
}

@media screen and (max-width: 768px) {
    .container {
        padding: 10px;
    }

    .time {
        font-size: 1.2em;
    }

    .header {
        font-size: 2em;
    }

    .subheader {
        font-size: 1.2em;
    }

    .description {
        font-size: 1em;
        padding: 10px;
    }

    .cta-button {
        padding: 10px 20px;
        font-size: 1em;
    }
}
