/*
Theme Name: Adventure Island Fehmarn
Theme URI: https://www.adventure-island-fehmarn.de/
Author: Maximiliane Liffler
Version: 2.0
*/

body {
    margin: 0;
    font-family: sans-serif;
}

#intro-video-container {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
}

#intro-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#main-content {
    position: relative;
    z-index: 1;
}
