body {
  font-family: sans-serif;
  background-color: #1a1a1a;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

h1 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
  color: #ff5722;
}

label {
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}

input[type="text"] {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: none;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  border-radius: 5px;
}

button {
  background-color: #ff5722;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

button:hover {
  background-color: #ff4500;
}

.message {
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
}

#successMessage {
  color: #00ff00;
}

#errorMessage {
  color: #ff0000;
}

#systemInfo {
  margin-top: 20px;
}

#systemInfo h2 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #ff5722;
}

#systemInfo p {
  font-size: 16px;
  margin-bottom: 5px;
}

#systemInfo p::before {
  content: '➤';
  margin-right: 5px;
  color: #ff5722;
}

#timer {
  font-size: 24px;
  text-align: center;
  margin-top: 20px;
  color: #ff5722;
}

#rgbLabel {
  display: none;
  margin-top: 20px;
}

#rgbImage {
  max-width: 100%;
  display: block;
  margin-top: 10px;
}
/* Your custom styles here */
body {
  font-family: Arial, sans-serif;
  background-color: #000000;
  color: #ff0000;
  margin: 0;
  padding: 20px;
}

/* Add your CSS styles here */
