body {
    background: #EE3223;
    color: white;
    text-align: center;
    font-family: Arial;
}

video {
    width: 90%;
    max-height: 90vh;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    border: 2px solid white;
    background: black;
}
