body {
  background-color: #e0e0e0;
  font-family: Arial, Helvetica, sans-serif;
}

.content-wrapper {
  max-width: 676px;
  margin: 20px auto;
  padding: 20px;
  background-color: #b2ac88;
  border: 1px solid #99941a;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

header {
  background-color: #f0deb4;
  color: #2e2c0e;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

header h1 {
  font-size: 24px;
  margin: 0;
}

section {
  padding: 15px;
  border-bottom: 1px solid #009179;
}

section:last-child {
  border: none;
}

section h2 {
  font-size: 20px;
  margin: 0 0 10px 0;
  color: #000000;
}

section h2 a {
  color: #4a4737;
  text-decoration: none;
}

section h2::before {
  content: "►";
  color: #bc5a41;
  padding-right: 10px;
}

legend {
  background-color: #000;
  color: #fff;
  padding: 3px 6px;
}

input {
  margin: 0.4rem;
}

.btn {
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
  padding: 1rem 0;
}

.btn-brook-link {
  --color: #000000;
  --color2: rgb(255, 255, 255);
  padding: 0.8em 1.75em;
  margin: 10px;
  background-color: transparent;
  border-radius: 6px;
  border: 0.3px solid var(--color);
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  font-weight: 300;
  font-family: "Segoe UI", sans-serif;
  text-transform: uppercase;
  color: var(--color);
}

.btn-brook-link-small {
  font-size: 0.8em;
}

.btn-brook-link-default {
  font-size: 1em;
}

.btn-brook-link-large {
  font-size: 1.5em;
}

.btn-brook-link::after,
.btn-brook-link::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  transform: skew(90deg) translate(-50%, -50%);
  position: absolute;
  inset: 50%;
  left: 25%;
  z-index: -1;
  transition: 0.5s ease-out;
  background-color: var(--color);
}

.btn-brook-link::before {
  top: -50%;
  left: -25%;
  transform: skew(90deg) rotate(180deg) translate(-50%, -50%);
}

.btn-brook-link:hover::before {
  transform: skew(45deg) rotate(180deg) translate(-50%, -50%);
}

.btn-brook-link:hover::after {
  transform: skew(45deg) translate(-50%, -50%);
}

.btn-brook-link:hover {
  color: var(--color2);
}

.btn-brook-link:active {
  filter: brightness(0.7);
  transform: scale(0.98);
}

footer {
  background-color: #fcfaec;
  color: #666666;
  padding: 10px 20px;
  text-align: center;
  font-size: 14px;
}

footer a {
  color: #4a4737;
  margin: 0 5px;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}
