body {
    background: #111;
    color: #eee;
    font-family: sans-serif;
    text-align: center;
    margin: 0;
    padding: 20px;
  }
  h1 {
    margin-bottom: 30px;
  }
  .camera-block {
      margin-bottom: 50px;
  }
  .video-js {
    width: 90%;
    max-width: 800px;
    height: 450px;
    border-radius: 12px;
    box-shadow: 0 0 10px #000;
    margin: 20px auto;
  }
  .vjs-error-display, .vjs-poster {
    background-color: #333 !important;
    background-image: url("/assets/camera-offline.svg") !important;
    background-repeat: no-repeat;
    background-position: center;
  }
  table {
    margin: 0 auto;
    width: 80%;
    background: #222;
    border-collapse: collapse;
  }
  th, td {
    padding: 15px;
    border-bottom: 1px solid #333;
  }
  button {
    background: #06c;
    border: none;
    color: white;
    padding: 10px 15px;
    border-radius: 8px;
    cursor: pointer;
    margin: 2px;
  }
  button:hover {
    background: #005bb5;
  }
