html,body{
    background-color:#151515;
    background-image: url(https://harmonys-jukebox.de/themes/LH_Star_072025/images/background.gif) !important;
    background-size: cover;
    background-attachment:fixed;
    background-position: top center;
    background-repeat: repeat-y;
}
.full-width-header {
    aspect-ratio: 1000 / 375;
    background-image: url('https://harmonys-jukebox.de/themes/LH_Star_072025/images/nav_bg.png'), url('https://harmonys-jukebox.de/themes/LH_Star_072025/images/header.png');
    background-position: bottom center, top center;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% auto, 100% auto;
				border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
				border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
}

.honeypot {
    position: absolute;
    left: -5000px;
    top: -5000px;
}