body {
    background-color: black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 400 / 210;
    margin-inline: 5px;
}

.video {
    position: absolute;
    width: 100%;
    height: 99%;
    object-fit: cover;
    z-index: -1;
}

text {
    font-size: 24px;
    fill: #fff;
    font-weight: bold;
}