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

.container {
    text-align: center;
    padding: 20px;
}

.content {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.message {
    margin-bottom: 20px;
}

.countdown-container {
    font-size: 24px;
    margin-bottom: 20px;
}

.logo {
    width: 200px;
    height: 200px;
    object-fit: contain;
    border-radius: 8px;
    margin-bottom: 20px;
}

.main-website-link a {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

.main-website-link a:hover {
    text-decoration: underline;
}