h1{
    font-size: 6em;
    font-size: calc(2em + 2vw);
    font-family: arial,helvetica;
    margin:0;
}

.section{
    text-align:center;
    font-family: arial,helvetica;
    color: #fff;
}

/* Backgrounds colors for sections */
.fp-section:nth-child(1){
    /* background-image: linear-gradient(128deg,#40afff,#3f61ff); */
}

.fp-section:nth-child(2){
    /* background-image: linear-gradient(128deg,#ff9a3f,#ff4b40); */
}

.fp-section:nth-child(3){
    /* background-image: linear-gradient(128deg,#fc40ff,#543fff); */
}

video#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    
}

#videoContainer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity as needed */
}

.mainContainer {
    margin: 0 auto;
    max-width: 610px;
}