h1, h2, h3, h4, h5, h6 {
    font-family: "meno-banner", Arial, Helvetica, sans-serif;
    margin-top: 0px;
}

.main-container {
    position: relative;
    display: flex;
    flex-direction: row;
    min-height: 100vh;
    max-height: 110vh;
    /* padding-top: 72px; */
    background: var(--bg-color);
    background: url(https://manager.spinthewheel.nl/media/games/130/style/108/background_img/scanenwin-musismania-background.jpg?nocache=1725979624877) right top no-repeat var(--bg-color);
    background-size: cover;
    background-attachment: fixed;
    z-index: 2;
}

.logo-main img {
    height: 40px;
}

#game-animation-main {
	position: relative;
	margin-top: -12.5%;
	/* margin-top: -40%; */
	opacity: 0;
}

#win-selection-content.content-block-main {
    height: 100%;
}


#win-selection-content.content-block-main.prize-claimed {
    height: auto;
}
