#style.css

header {
  margin: 1rem auto;
  max-height: 95vh;
  height: auto;
  max-width: 100%;
  width: auto;
}

body {
  background-color: rgb(66, 39, 2);
  color: rgb(184, 180, 54);
}