body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #1a1a1a;
    color: #ffffff;
}

#particles-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#particles-js {
    width: 100%;
    height: 100%;
}

.bar {
    background-color: #2c2c2c;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.bar li {
    margin: 0 1.5rem;
}

.bar a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.bar a:hover {
    color: #00bcd4;
}

#Title {
    text-align: center;
    padding: 1rem 0 5px 0;
}

#Title h1 {
    font-size: 3rem;
    margin: 0;
}

#play-button {
    text-align: center;
    margin-top: 10px;
}

#play-button button {
    background-color: #00bcd4;
    color: #ffffff;
    border: none;
    padding: 1rem 2rem;
    font-size: 1.5rem;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

#play-button button:hover {
    background-color: #0097a7;
}

main {
    padding: 0 2rem;
}

.site-footer {
    margin-top: 60px;
    padding: 30px 20px;
    text-align: center;
    color: rgba(255, 255, 255, 0.45);
    font-size: 13px;
    position: relative;
    z-index: 10;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer a {
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    margin: 0 10px;
    transition: color 0.2s ease;
}

.site-footer a:hover {
    color: #00bcd4;
}

.site-footer .footer-links {
    margin-bottom: 8px;
}

.content-section {
    max-width: 800px;
    margin: 0 auto 30px;
    padding: 0 20px;
    position: relative;
    z-index: 10;
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
}

.content-section p {
    margin: 8px 0;
}

.policy-page {
    max-width: 780px;
    margin: 30px auto 40px;
    padding: 30px 25px;
    position: relative;
    z-index: 10;
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    line-height: 1.7;
    background: rgba(40, 40, 45, 0.7);
    border-radius: 12px;
    border: 1px solid rgba(80, 80, 85, 0.5);
}

.policy-page h1 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #fff;
}

.policy-page h2 {
    font-size: 20px;
    margin-top: 28px;
    margin-bottom: 10px;
    color: #5cb5e0;
}

.policy-page p,
.policy-page li {
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 10px;
}

.policy-page ul {
    padding-left: 24px;
}

.policy-page a {
    color: #00bcd4;
}