body {
  font-family: sans-serif;
  margin: 1rem;
}

.controls button {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem 1rem;
}

.video-container {
  width: 640px;
  height: 360px;
  border: 2px solid #333;
  margin-top: 1rem;
  position: relative;
}

.log {
  background: #222;
  color: #eee;
  padding: 1rem;
  height: 200px;
  overflow-y: auto;
  margin-top: 1rem;
}

/* Minimalistic header styles */
.demo-header {
  background-color: #f8f9fa;
  padding: 8px 15px;
  border-bottom: 1px solid #e7e7e7;
  text-align: right; /* Aligns links to the right */
  font-size: 0.85em;
}
.demo-header a {
  margin-left: 15px;
  text-decoration: none;
  color: #007bff;
}
.demo-header a:hover {
  text-decoration: underline;
}
