*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*h1 {
    font-family: 'Anton', sans-serif;
    
    font-size: 3.5rem;
}*/

h2 {
    font-family: 'Prompt', sans-serif;
    font-size: 70px;
    font-weight: 500;
}

h3 {
    font-family: 'Rammetto One', cursive;
}
/*body{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}*/

header{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

video{
    width: 100%;
    
    
}
.absolute{
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    position:absolute;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
h1{
    font-family: 'Prompt', sans-serif;
    font-size: 70px;
    font-weight: 800;
    /*z-index: 100;*/

    margin-bottom: 30px;
}


h1::after{
    display: block;
    width: 30%;
    height: 10px;
    content: "";
    background: white;
}

.overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.75)
}

@media screen and (max-width: 800px){
    h1{
        font-size: 50px;
    }
    h2{
        font-size: 50px;
    }
}
@media screen and (max-width: 500px){
    h1{
        font-size: 30px;
        margin-bottom: 0;
    }
    h1::after{
        display: none;
    }
    h2{
        font-size: 30px;
    }
}

