body {
    font-family: 'Rubik', sans-serif;
    background: url('bg.jpg') no-repeat center center/cover;

    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.container {
    background: rgba(0, 0, 0, 0.7);
    padding: 30px;
    border-radius: 10px;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

p {
    font-size: 1.2rem;
}

.countdown {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 20px 0;
}

.social-links a {
    color: #ffc107;
    text-decoration: none;
    margin: 0 10px;
    font-size: 1.2rem;
}

.social-links a:hover {
    text-decoration: underline;
}
