body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #0f0f0f;
    color: #eaeaea;
    scroll-behavior: smooth;
}

header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 20px;
    height: 780px;
    background: url('https://wallpaperaccess.com/full/893921.jpg') center/cover no-repeat;
    background-blend-mode: multiply;
    background-color: rgba(0,0,0,0.6);
}

h1 {
    font-size: 3rem;
    margin-bottom: 10px;
}

.subtitle {
    font-size: 1.2rem;
}

.ip {
    color: #4cff4c;
    font-weight: bold;
}

.section {
    padding: 40px 20px;
    max-width: 800px;
    margin: auto;
    text-align: center;
}

.section.about {
    width: 100vw;
    max-width: none;
    margin: 0;
    padding: 20px 20px;
}

.section.join {
    text-align: center;
}

h2 {
    color: #4cff4c;
    margin-bottom: 10px;
}

ul {
    line-height: 1.8;
}

.ip-box {
    background: #1a1a1a;
    border: 2px solid #4cff4c;
    padding: 15px;
    font-size: 1.3rem;
    text-align: center;
    width: fit-content;
    margin: 20px auto;
    border-radius: 6px;
}

.button {
    display: inline-block;
    padding: 12px 20px;
    background: #4cff4c;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    border-radius: 6px;
}

.button:hover {
    background: #3ae63a;
}

footer {
    text-align: center;
    padding: 20px;
    background: #111;
    margin-top: 40px;
}
