* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif
}

ul li {
    list-style: none
}

a {
    text-decoration: none
}

section {
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    user-select: none;
}

section video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

section h2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-transform: uppercase;
    font-size: 10vw;
    text-align: center;
    font-weight: 800;
    line-height: 0.95em;
    color: azure;
    background: rgba(100, 100, 100, 0.95);
    mix-blend-mode: multiply
}

section h2 span {
    font-size: 0.5em;
    line-height: 0.85em
}