.videointro {
    background-image: url(../Images/videointro.png);
    width: 100%;
    height: 60vh;
    background-position: center;
    background-size: cover;
    position: relative;
    top: -4.1px;
}
.videointro .play {
    color: white;
    font-family: 'DM Mono', monospace;
    font-size: 1.5rem;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%,50%);
    text-align: center;
}
.play .fa-play-circle {
    color: white;
    font-size: 4rem;
}