@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@600&display=swap');
*{
    margin: 0;
    padding: 0;
}
body{
    font-family:'League Spartan', sans-serif;
    line-height: 1.5;
}
a{
    text-decoration: none;
    color: #fff;
}
.mitte{
    display: flex;
    align-items: center;
    justify-content: center;
}
ul{
    font-weight: 400;
    font-size: 40px;
    line-height: 1,4;
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #0b457f, 0 0 20px #0b457f, 0 0 25px #0b457f, 0 0 30px #0b457f, 0 0 35px #0b457f;
    z-index: 1;
}
nav ul{
    list-style: none;
}
header ul{
    list-style: none;
}
nav ul li{
    padding: 24px;
}
header ul li{
    padding: 0 24px;
}

@media only screen and (min-width:1156px)
{
    ul{
        font-weight: 400;
        font-size: 40px;
        line-height: 1,4;
        margin-bottom: 15px;
        color: #fff;
        text-align: center;
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #0b457f, 0 0 20px #0b457f, 0 0 25px #0b457f, 0 0 30px #0b457f, 0 0 35px #0b457f;
        z-index: 1;
    }
    video{
    height: 100vh;
    width: 100vw;
    position: fixed;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -500;
    }
    header{
        display: none;
    }
}

@media only screen and (max-width:1155px)
{
    ul{
        font-weight: 300;
        font-size: 40px;
        line-height: 1,1;
        margin-bottom: 12px;
        color: #fff;
        text-align: center;
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #0b457f, 0 0 20px #0b457f, 0 0 25px #0b457f, 0 0 30px #0b457f, 0 0 35px #0b457f;
        z-index: 1;
    }
    
    video{
    height: 100%;
    width: 2500px;
    position: fixed;
    object-fit:cover;
        z-index: -500;
    }
    nav{
    display: none;  
    }
}
