* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.intro video {
    width: 100%;
    z-index: -444;
    /* margin-left: -30%; */
}

.intro h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    color: white;
}


/* section {
    height: 100%;
}

section h1 {
    padding-top: 300px;
    text-align: center;
    font-size: 80px;
} */