* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 20px 15px;
  background: #cfeeff;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 13px;
  color: #111;
    background-color: #cfeeff;
    background-image:
        repeating-linear-gradient(
            to bottom,
            #d9f4ff 0px,
            #d9f4ff 2px,
            #cfeeff 2px,
            #cfeeff 4px
        );
}

a {
  color: #e60000;
  text-decoration: none;
}

a:hover {
  color: #0068b7;
  text-decoration: underline;
}

.site-wrap {
  width: min(820px, 100%);
  margin: 0 auto;
  text-align: center;
}

.site-header {
  position: relative;
  margin-bottom: 16px;
}

.logo {
  position: relative;
  display: block;
  width: 260px;
  max-width: 80%;
  margin: 0 auto -100px;
  z-index: 1;
}

.main-nav {
  position: relative;
  display: inline-block;
  padding: 7px 18px;
  background: #ffffff;
  border: 2px solid #0068b7;
  border-radius: 999px;
  box-shadow: 0 2px 0 #e60000;
  font-size: 12px;
  letter-spacing: 0.5px;
  z-index: 2;
}

.main-nav a {
  color: #0068b7;
  font-weight: bold;
}

.main-nav a:hover {
  color: #e60000;
}

.main-nav span {
  color: #e60000;
  padding: 0 7px;
}

.content-box {
  position: relative;
  margin: 0 auto;
  padding: 70px 34px;
  background: #ffffff;
  border: 3px solid #0068b7;
  border-top: 6px solid #e20000;
  border-radius: 18px;
  text-align: left;
  line-height: 1.55;
  box-shadow: 0 6px 0 rgba(0, 104, 183, 0.18);
}

.content-box::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 50%;
  width: 3px;
  height: 22px;
  background: #0068b7;
  transform: translateX(-50%);
}

h1,
h2,
h3 {
  margin-top: 0;
  color: #e60000;
  text-align: center;
  letter-spacing: 1px;
}

h4 {
  margin-top: 0;
  color: #e60000;
  text-align: left;
  letter-spacing: 1px;
  font-size: 0.9rem;
}

h2::before,
h2::after {
  content: " ✦ ";
  color: #0068b7;
}

.stats-box {
  margin: 22px auto 0;
  padding: 14px;
  background: #eaf7ff;
  border: 1px dashed #0068b7;
  border-radius: 10px;
}

.site-footer {
  margin-top: 14px;
  font-size: 11px;
  line-height: 1.4;
}

.site-footer p {
  margin: 3px 0;
}

.site-collective a {
  letter-spacing: 0.08em;
  text-transform: lowercase;
  opacity: 0.95;
}

@media (max-width: 560px) {
  body {
    padding-top: 20px;
  }

  .main-nav {
    border-radius: 14px;
    line-height: 1.8;
  }

  .content-box {
    padding: 22px 20px;
  }
}

.member-count {
  text-align: center;
  font-size: 12px;
}

.members-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 18px;
  font-size: 12px;
}

.members-table th {
  padding: 8px;
  background: #eaf7ff;
  color: #0068b7;
  border-bottom: 2px solid #0068b7;
  text-align: left;
}

.members-table td {
  padding: 7px 8px;
  border-bottom: 1px dotted #9ed8f5;
}

.members-table tr:hover {
  background: #f3fbff;
}

.members-table th:first-child,
.members-table td:first-child {
  width: 40px;
  text-align: center;
}

.pagination {
  margin: 16px 0 4px;
  text-align: center;
  font-size: 12px;
}

.pagination a,
.pagination span {
  margin: 0 8px;
}

.join-form {
  max-width: 520px;
  margin: 0 auto;
}

.join-form label,
.join-form legend {
  display: block;
  font-weight: bold;
  color: #0068b7;
  margin-bottom: 4px;
}

.join-form input[type="text"],
.join-form input[type="email"] {
  width: 100%;
  padding: 8px;
  border: 1px solid #0068b7;
  border-radius: 8px;
  font-family: inherit;
}

.join-form small {
  display: block;
  margin-top: 4px;
  font-size: 11px;
}

.join-form fieldset {
  margin: 18px 0;
  padding: 12px;
  border: 1px dashed #0068b7;
  border-radius: 10px;
  background: #eaf7ff;
}

.checkbox-label {
  display: inline-block !important;
  margin-right: 14px;
  color: #111 !important;
  font-weight: normal !important;
}

.form-buttons {
  text-align: center;
}

button {
  padding: 8px 22px;
  background: #ffffff;
  border: 2px solid #0068b7;
  border-radius: 999px;
  color: #0068b7;
  font-family: inherit;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 2px 0 #e60000;
}

button:hover {
  color: #e60000;
}

.success-message {
  text-align: center;
  padding: 14px;
  background: #eaf7ff;
  border: 1px dashed #0068b7;
  border-radius: 10px;
}

.extra-message {
  text-align: center;
  padding: 14px;
  background: #f5e4cf;
  border: 1px dashed #0068b7;
  border-radius: 10px;
}

.error-message {
  max-width: 520px;
  margin: 0 auto 18px;
  padding: 12px;
  background: #fff3f3;
  border: 1px dashed #e60000;
  border-radius: 10px;
}

.hidden-field {
  display: none;
}

.button-grid {
  text-align:center;
}
