body {
    font-family: "Helvetica Neue", Arial, sans-serif;
    background-color: #f5f5f5;
    color: #222;
    margin: 0;
    padding: 0;
}

header {
    background-color: #0c3c78;
    color: white;
    text-align: center;
    padding: 1rem 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.banner {
    max-height: 250px;
    margin-bottom: 1rem;
}
form fieldset {
    margin-bottom: 2rem;
    border: 1px solid #ccc;
    padding: 1rem;
    background-color: #fafafa;
}

form select,
form input[type="text"] {
    width: 100%;
    padding: 0.5rem;
    margin-top: 0.5rem;
    font-family: inherit;
    font-size: 1rem;
}

form label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

#authority-container ul {
    list-style: none;
    padding: 0;
}

#authority-container li {
    margin-bottom: 0.75rem;
    display: flex;
    align-items: baseline;
}

#authority-container input[type="checkbox"] {
    margin-right: 10px;
    transform: scale(1.2);
}

main {
    background: white;
    margin: 2rem auto;
    padding: 2rem;
    max-width: 800px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}

form input, form textarea {
    width: 750px;
    padding: 8px;
    align-items: left;
    margin-bottom: 1rem;
    font-family: inherit;
    font-size: 1rem;
}

form button {
    background: #0c3c78;
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    border-radius: 4px;
}

footer {
    text-align: center;
    font-size: 0.9rem;
    color: #777;
    padding: 1rem;
}

.authority-section {
  border: 2px solid #ccc;
  padding: 20px;
  background-color: #fdfdfd;
  font-family: 'Georgia', serif;
  align-items: left;
  max-width: 1000px;
  text-align: left;
  margin: 1 auto;
}

.authority-section legend {
  font-size: 1.5em;
  font-weight: bold;
  color: #2c3e50;
  text-align: left;
  margin-bottom: 15px;
}

.authority-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 800px;
  align-items: left;
  text-align: left;
}

.authority-list li {
  margin-bottom: 10px;
  align-items: left;
  width: 800px;
  text-align: left;
}

.authority-list label {
  display: flex;
  align-items: left;
  font-size: 1.1em;
  color: #34495e;
  max-width: 700;
}

.authority-list input[type="checkbox"] {
  margin-right: 10px;
  transform: scale(1.2);
}
