body {
    margin: 0;
    font-family: Arial, sans-serif;

    /* Sri Lanka Flag Background */
    background: url('https://upload.wikimedia.org/wikipedia/commons/1/11/Flag_of_Sri_Lanka.svg') no-repeat center center fixed;
    background-size: cover;
}

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

.container {
    text-align: center;
    color: white;
    background: rgba(0,0,0,0.7);
    padding: 30px;
    border-radius: 15px;
}

.profile {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 4px solid white;
    object-fit: cover;
}

h1 {
    margin: 10px 0;
}

#countdown {
    font-size: 24px;
    margin-top: 10px;
}

.footer {
    margin-top: 15px;
    font-size: 14px;
    opacity: 0.8;
}
