
#ocr-container {
  text-align: center;
  color: white;
  background-color: #111;
  padding: 10px;
  border-radius: 8px;
}
#video {
  border: 4px solid #e30613;
  border-radius: 10px;
  width: 90%;
  max-width: 600px;
}
#result, #status {
  margin-top: 10px;
  padding: 10px;
  font-size: 16px;
  border-radius: 6px;
}
#result { background: #222; }
#status { background: #333; }
