body{
    height: 1000;
    background-image: url(https://external-content.duckduckgo.com/iu/?u=http%3A%2F%2Fwallup.net%2Fwp-content%2Fuploads%2F2016%2F05%2F25%2F251395-pattern.jpg&f=1&nofb=1&ipt=0b346dfd5ef952d6c8847ff4c02ce0211985ba66231e73cc323bd3d74364e466&ipo=images://external-content.duckduckgo.com/iu/?u=http%3A%2F%2Fs1.picswalls.com%2Fwallpapers%2F2014%2F07%2F24%2Fpattern-backgrounds_113041988_88.jpg&f=1&nofb=1&ipt=cd9243aa8bb7cc8847c77de267fa23264725d5e1b19208536983d7fa350414ea&ipo=images);
    background-repeat: no-repeat;
}

.title{
    background-image: url("Background.jpeg.png"); 
}

h1 {
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 4px;
    text-align: center;
    background-color: rgb(254, 255, 248);
    display: block; 
    margin-left: auto; 
    margin-right: auto; 
    width: 49%; 
    background-color: whitesmoke;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-style:italic
}


#webcam-container {
  text-align: center;
}

video {
  width: 100%;
  max-width: 600px;
  border: 2px solid #ccc;
  border-radius: 8px;
  background-color: black;
}

button {
  padding: 10px 20px;
  margin-top: 20px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
}

button:hover {
  background-color: #45a049;
}

.error {
  color: red;
  font-size: 16px;
  margin-top: 20px;
}



#ocr-result {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  word-wrap: break-word;
  white-space: pre-wrap;
  color: #333;
  background-color: aliceblue;
  border-color: #333;
}
