body {
    background-color: #000;
    color: #fff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#plexus-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.container {
    text-align: center;
    position: relative;
    z-index: 1;
}

.content {
    background: rgba(0, 0, 0, 0.5);
    padding: 2rem;
    border-radius: 10px;
}

h1 {
    font-size: 8rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

p {
    font-size: 3rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.contact {
    font-size: 1.2rem;
    color: #aaa;
}

.contact a {
    color: #aaa;
    text-decoration: none;
}

.contact a:hover {
    text-decoration: underline;
}