.video {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 78vh;
    width: 100%;
    color: #FDC22E;
    background-color: rgb(27, 26, 21);
    object-fit: cover;
}
