body {
    font-family: Arial, sans-serif;
    background-color: #111;
    color: #eee;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden;
}

.page-container {
    padding: 1rem;
    position: relative;
    z-index: 0;
}

a {
    color: #4cf;
}

.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
    opacity: 0.6;
    pointer-events: none;
}

.logo-layer {
    position: fixed;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    max-width: 50%;
    opacity: 0.4;
    pointer-events: none;
}
