body {
    margin: 0;
    font-family: 'Arial', sans-serif;
    background: url('http://velopal.cc/assets/hero.jpg') no-repeat center center/cover;
    color: #fff;
    text-align: center;
}

.overlay {
    background: rgba(0, 0, 0, 0.6);
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

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

p {
    font-size: 18px;
    margin-bottom: 30px;
}

/* Countdown Timer */
.countdown {
    font-size: 24px;
    margin-bottom: 40px;
}

/* Email Subscription */
.email-subscribe input {
    padding: 10px;
    font-size: 16px;
    margin-right: 10px;
    border: none;
    border-radius: 5px;
}

.email-subscribe button {
    padding: 10px 20px;
    font-size: 16px;
    background: #28a745;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.email-subscribe button:hover {
    background: #218838;
}

/* Social Media Icons */
.social-icons a {
    margin: 0 10px;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
}

.social-icons a:hover {
    color: #28a745;
}

/* Footer */
.footer {
    margin-top: 40px;
    font-size: 14px;
}