body {
  background-color: #030712;
  color: #e2e8f0;
}

a {
  color: #4ADE80;
  text-decoration: unset;
}

a:hover {
  color: #4ADE80;
  text-decoration: underline;
}

label {
  color: #e2e8f0;
}

.button {
  background-color: #4ADE80;
  color: #0f172a;
  font-weight: 600;
  border-radius: 6px;
  transition: background 0.3s ease;
}

.button:hover {
  background: #22c55e;
  color: #0f172a;
  transition: background 0.3s ease;
}

.button.button-outline {
  background-color: transparent;
  border-color: #4ADE80;
  color: #4ADE80;
  border-radius: 6px;
  transition: border-color 0.3s ease, color 0.3s ease;
}

.button.button-outline:hover {
    border-color: #fff;
    background-color: inherit;
    color: #fff;
    transition: border-color 0.3s ease, color 0.3s ease;
}

.header {
  border-bottom: 1px solid #1e293b;
}

.wrap {
  background-color: #111827;
  border: 1px solid #1e293b;
  box-shadow: none;
  border-radius: 8px;
}

footer {
  display: none;
}
