

.video-container {
    position: relative;
    width: 80%;
    max-width: 800px;
}

video {
    width: 100%;
    border-radius: 8px;
    background-color: black;
}

.controls {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

button, select {
    padding: 10px;
    border: none;
    border-radius: 4px;
    background-color: #007bff;
    color: white;
    cursor: pointer;
}

button:hover, select:hover {
    background-color: #0056b3;
}
