body {
  font-family: Arial, sans-serif;
  text-align: center;
  margin: 20px;
}

#result {
  margin-top: 20px;
}

#result img {
  max-width: 500px;
  max-height: 500px;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}

#result pre {
  font-family: monospace;
  font-size: 14px;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

#result pre span {
  display: inline-block;
}

#footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
  text-align: center;
}

.responsive {
  width: 100%;
  max-width: 400px;
  height: auto;
}

.input-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.input-group label {
  margin-bottom: 10px; /* Adjust margin-bottom as needed */
}
