body {
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  padding: 20px;
  color: rgb(99, 99, 99);
}

a {
  color: #00B7FF;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.content {
  width: 100vw;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* top-align content */
  align-items: center;
  padding-bottom: 5em;
}

h1 {
  text-align: center;
  margin-bottom: 1em;
}

.user-section {
  width: 90%;
  max-width: 900px;
  margin-bottom: 20px;
}

.user-section div {
  margin-bottom: 12px;
}

.user-section b {
  display: inline-block;
  width: 150px;
}

.json-output {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  padding: 10px;
  margin: 5px 0 15px 0;
  max-height: 400px;      /* scroll if content too tall */
  overflow: auto;
  white-space: pre-wrap;  /* wrap long lines */
  font-family: monospace;
  font-size: 0.9em;
}

.links {
  margin-top: 20px;
}

.links a {
  margin-right: 15px;
}

form input[type="submit"] {
  margin-top: 10px;
  padding: 5px 10px;
  font-size: 1em;
  cursor: pointer;
}
