html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-image: url('https://lunar-reverie.neocities.org/LR_background.png');
    background-color: #040747;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #fff;
    text-align: justify;
    letter-spacing: 1px;
}

#container {
    width: 740px;
    margin-top:0px;
    padding-top: 70px;
}

/* Header */
#header {
    height: 350px;
    width: 100%;
    background-image: url('https://lunar-reverie.neocities.org/LR_headerback.png');
    border: 1px solid #040747;
    position: relative;
}

/* Navigation Tabs über dem Header */
#linkity {
    position: absolute;
    top: -30px; /* Abstand von oben des Headers */
    left: 50%;
    transform: translateX(-50%);
    width: 735px;
    text-align: center;
    z-index: 10;
}

#linkity a {
    display: inline-block;
    width: 120px;
    margin: 0 2px;
    padding: 5px 0;
    background-color: #040747;
    color: #fff;
    border-radius: 10px 10px 0 0;
    border: 1px solid #040747;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
}

#linkity a:hover {
    background-color: rgba(37, 1, 168, 0.4);
    border-bottom: 1px solid #2501a8;
    transition: 0.4s;
}

/* Main content layout */
#main-content {
    display: flex;
    gap: 8px;
    margin-top: 10px;
}

/* Box 2 (Main content) */
#box2 {
    flex: none;
    width: 528px;
    background-color: rgba(37, 1, 168, 0.4);
    border: 1px solid #2501a8;
    padding: 8px;
}

#box3 {
    background-color: rgba(37, 1, 168, 0.4);
    border: 1px solid #2501a8;
    padding: 8px;
}

/* Headings */
h1 {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    font-family: arial;
    font-weight: bold;
    border-bottom: 1px solid #040747;
    letter-spacing: 2px;
    margin: 0 0 10px 0;
    background: url('https://lunar-reverie.neocities.org/LR_background.png');
}

h2 {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    font-family: arial;
    border-bottom: 1px solid #040747;
    letter-spacing: 2px;
    margin: 0 0 10px 0;
    background: url('https://lunar-reverie.neocities.org/LR_background.png');
}

/* Links */
a {
    color: #fff;
    background: #000;
    text-decoration: none;
    font-style: italic;
}

a:hover {
    background: #040747;
}

/* Center helper class */
.center {
    text-align: center;
}

/* Images responsive */
img {
    max-width: 100%;
    height: auto;
}

/* Iframe border removal */
iframe {
    border: 0;
}


h1 {
    font-family: Arial, Helvetica, sans-serif; /* use Arial */
    color: #fff; /* text color */
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0 0 10px 0;
    background: url('https://lunar-reverie.neocities.org/LR_background.png') repeat;
    border: 2px solid #fff;   /* weißer Rahmen */
    