body {
    font-family: 'Arial', sans-serif;
    color: #ffffff;
    margin: 0;
    overflow: hidden; /* Hide scrollbars */
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #2c3e50; /* Dark blue background */
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: -1; /* Place it behind the content */
}

.container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}

h1 {
    font-size: 50px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

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

#countdown {
    font-size: 40px;
    font-weight: bold;
}