body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  /* align-items: center; */
  /* justify-content: center; */
  background: #f7f9fa;
  font-family: "Roboto", Arial, sans-serif;
  padding: 1rem;
}

body.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.container {
  text-align: center;
  background: #fff;
  padding: 2.5rem 2rem;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  max-width: 420px;
  width: 100%;
}

.logo {
  width: 50%;
  padding: 0 0 1.5rem 0;
}

h1 {
  font-weight: 700;
  color: #2a3d6c;
  margin-bottom: 1.2rem;
  font-size: 2.1rem;
}

.description {
  color: #444;
  font-size: 1.08rem;
  line-height: 1.6;
  margin: 0;
  padding-bottom: 1.5rem;
}

.single-line {
  color: #444;
  font-size: 1.08rem;
  line-height: 1.6;
  margin: 0;
  padding-bottom: 0rem;
}

.inline-link {
  color: #2a3d6c;
  font-weight: 500;
  transition: color 0.2s;
}

.inline-link:hover {
  color: #1a2540;
}

.parent-link {
  display: inline-block;
  padding: 0.6em 1.3em;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.2s;
}

.parent-link:hover {
  background: #1a2540;
}

.button-group {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  gap: 1rem;
}

hr {
  border: none;
  border-top: 1px solid #2a3d6c;
  margin: 0rem 0;
}

.primary-btn {
  display: inline-block;
  padding: 0.6em 1.3em;
  background: #2a3d6c;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.2s;
  border: none;
}

.primary-btn:hover {
  background: #1a2540;
}

.secondary-btn {
  display: inline-block;
  padding: 0.6em 1.3em;
  background: #e6eaf3;
  color: #2a3d6c;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.2s;
  border: none;
}

.secondary-btn:hover {
  background: #cfd8e8;
}

.minutes,
.page-representatives {
  max-width: 60ch;
  margin: 0 auto;
}

.minutes h3,
.minutes h4,
.minutes h5 {
  font-size: 20px;
}

.minutes h1,
.minutes h2,
.minutes h3,
.minutes h4,
.minutes h5,
.minutes p,
.minutes ul,
.minutes li,
.minutes ol,
.minutes b,
.minutes hr {
  /* margin: 0; */
  /* margin-bottom: 0.5rem; */
  /* max-width: 60ch; */
}

.page-representatives h1,
.page-representatives h2,
.page-representatives h3,
.page-representatives h4,
.page-representatives h5,
.page-representatives p,
.page-representatives ul,
.page-representatives li,
.page-representatives ol,
.page-representatives b,
.page-representatives hr {
  /* margin: 0; */
  /* margin-bottom: 0.5rem; */
  max-width: 100%;
}

.page-representatives img {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
