
body {
  background-color: #000;
  color: #FFD700;
  font-size: 1.25rem;
  line-height: 1.6;
}

a {
  color: #00FFFF;
  text-decoration: underline;
}

header, nav, footer {
  background-color: #111 !important;
  border-bottom: 2px solid #FFD700;
}

button, .btn {
  background-color: #FFD700 !important;
  color: #000 !important;
  font-weight: bold;
}

input, textarea, select {
  background-color: #222;
  color: #FFD700;
  border: 2px solid #FFD700;
}

table {
  background-color: #000;
  color: #FFD700;
  border: 1px solid #FFD700;
}

h1, h2, h3, h4, h5, h6 {
  color: #FFD700;
}
