body {
    background-color: black;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
    font-family: Arial, sans-serif;
}

.container {
    text-align: center;
}

img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

audio, video {
    margin: 20px 0;
}

video {
    width: 300px;
    height: 200px;
}

.video-controls {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.video-controls button {
    margin: 0 5px;
    padding: 5px 10px;
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
}
