body {
    margin: 0;
    background: #0a0a0a url('images/grunge_purple.jpg') repeat; 
    color: #c7b7d8;
    font-family: "Verdana", sans-serif;
    font-size: 14px;
}


#content-area {
    display: flex;
    gap: 20px;
}

#wrapper {
    width: 800px;
    margin: 40px auto;
    background: rgba(20, 0, 30, 0.65);
    border: 1px solid #3a003a;
    padding: 20px;
    box-shadow: 0 0 30px #2d1338;
}

header h1 {
    font-family: "Press Start 2P", monospace;
    font-size: 36px;
    color: #9f1fff;
    text-shadow: 0 0 8px #9f1fff;
    text-align: center;
    margin-bottom: 5px;
}

nav {
    text-align: center;
    margin-bottom: 25px;
    padding: 12px 0;
    background: rgba(20, 0, 30, 0.45);
    border-top: 1px solid #3a003a;
    border-bottom: 1px solid #3a003a;
    box-shadow: 0 0 12px #2d1338;
    backdrop-filter: blur(2px);
    position: relative;
    overflow: hidden;
}

.divider {
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #3a003a, #b300ff, #3a003a);
    margin: 30px 0;
    box-shadow: 0 0 10px #6a00a8;
}


nav a {
    color: #c7b7d8;
    text-decoration: none;
    font-family: "Press Start 2P", monospace;
    font-size: 12px;
    padding: 8px 14px;
    margin: 0 6px;
    display: inline-block;
    transition: 0.2s ease;
    border-radius: 3px;
    position: relative;
}

nav a .icon {
    color: #b300ff;
    margin-right: 6px;
    text-shadow: 0 0 6px #b300ff;
}


nav a:hover {
    color: #b300ff;
    text-shadow: 0 0 6px #b300ff, 0 0 12px #6a00a8;
    background: rgba(179, 0, 255, 0.12);
    box-shadow: 0 0 10px #6a00a8;
    transform: translateY(-1px);
}


nav a.active {
    color: #d8b4ff;
    background: rgba(179, 0, 255, 0.18);
    box-shadow: 0 0 12px #b300ff inset;
}


#header-title {
    position: relative;
    bottom: 50px;
    left: 20px;
    font-family: "Press Start 2P", monospace;
    font-size: 42px;
    color: #d8b4ff;
    text-shadow: 
        0 0 6px #d8b4ff,
        0 0 12px #9f1fff,
        0 0 20px #9f1fff;
    letter-spacing: 2px;
}

#content-area {
    display: flex;
    gap: 20px;
}

#main {
    flex: 1;
}

#gb-wrapper {
    background: rgba(20, 0, 30, 0.55);
    border: 1px solid #3a003a;
    box-shadow: 0 0 15px #2d1338;
    padding: 15px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

#gb-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('') repeat;
    opacity: 0.10;
    pointer-events: none;
}

#gb-wrapper iframe {
    filter: brightness(0.9) contrast(1.1);
    border-radius: 4px;
}

#guestbook h2 {
    color: #d8b4ff;
    text-shadow: 0 0 8px #b300ff;
    font-family: "Press Start 2P", monospace;
    text-align: center;
}

#guestbook .moodtext {
    text-align: center;
    margin-bottom: 20px;
}


.divider {
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #3a003a, #b300ff, #3a003a);
    margin: 30px 0;
    box-shadow: 0 0 10px #6a00a8;
}

h2 {
    font-family: "Press Start 2P", monospace;
    color: #b300ff;
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
    margin-top: 40px;
}

p {
    font-family: "Cinzel", serif;
    color: #d8b4ff;
    font-size: 15px;
}

footer {
    text-align: center;
    margin-top: 40px;
    font-size: 12px;
    color: #555;
}
