body {
  font-family: Arial, sans-serif;
  background: #f2f2f2;
  padding: 40px;
  display: flex;
  justify-content: center;
}

.container {
  background: white;
  padding: 30px;
  max-width: 600px;
  width: 100%;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

#infoBox {
  margin-top: 20px;
  text-align: left;
  white-space: pre-wrap;
  font-size: 16px;
}
