body {
	background: #fff  ;
	color: #000;
	font-size: 16px;
	font-family: 'Inter', sans-serif;
    overflow-x: hidden !important;
    line-height: 1.2;
    font-weight: 400;
    width: 100% !important;
    margin: 0;
    padding: 0;
    
}

.wrapper{
    padding: 0;
    position: relative;
    text-align: center;
}


.h1{
    width: 100%;
    height: 100vh;
    background:  url('folia.jpg'), url('logo.svg') no-repeat center;
    background-size: cover, 800px auto;
	background-blend-mode: exclusion; 
}


h2{
    font-size: 48px;
    padding: 0;
    line-height: 1.2;
    font-weight: 700;
    mix-blend-mode: exclusion;
    color: #fff;
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

p{
    margin: 0;
}

#subscribe{
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border: solid 1px #000;
    border-radius: 20px;
    cursor: pointer;
    margin: 50px auto 40px auto;

}

#subscribe:hover{
    color: #fff;
    background: #000;
}

#artipo-video{
    max-width: 800px;
margin: 0 auto;
}

#artipo-video video{
    width: 100%;
    height: auto; 
}

@media only screen and (max-width: 980px) {
    h2{
        font-size: 28px;
    }

    .h1{
        background-size: cover, 80% auto;
    }


}