* {
    box-sizing: 0;
    font-family: Montserrat, sans-serif;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

video.video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    filter: brightness(69%);
    -webkit-filter: brightness(69%);
    -moz-filter: brightness(69%);
    pointer-events: none;
}

.content {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    color: #fff;
    ;
}

h1 {
    text-align: center;
    font-weight: 900;
    font-size: 50px;
    margin-bottom: 30px;
}

p {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 1.17em;
    line-height: 1.5em;
}

.links {
    display: flex;
    margin-top: 50px;
    font-family: Montserrat, sans-serif;
    font-weight: 900;
}