body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

body {
  background-image: url('bg.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;  
  background-size: cover;
}

.logo {
  text-align: center;
  margin-top: 50px;
}

.logo img {
  max-width: 300px;
  max-height: 300px;
}

.title {
  text-align: center;
  color: #000000;
  font-size: 28px;
  margin-top: 20px;
}

.queue-display-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.queue-display {
  flex: 1;
  outline: 4px solid orange;
  background-color: #000000;
  border-radius: 10px;
  padding: 20px;
  color: #ffffff;
  text-align: center;
}

.queue-display-left {
  margin-right: 10px;
}

.queue-display-right {
  margin-left: 10px;
}

h2 {
  font-size: 24px;
  margin-bottom: 5px;
  color: white;
}

.queue-number {
  font-size: 48px;
  font-weight: bold;
  margin: 20px 0;
}

.queue-label {
  font-size: 18px;
  margin-bottom: 20px;
}