@import "principal.css";

body {
  background-color: black;
  color: yellow;
}

a {
  color: cyan;
  text-decoration: underline;
}

header, footer {
  background-color: #000;
  border-bottom: 3px solid yellow;
}

button, input, select {
  background: black;
  color: yellow;
  border: 2px solid yellow;
}
