/* Make Background Color Dark Yellow-Ish */
body {
    background-color: hsla(89, 43%, 51%, 0.3);
  }
  /* align top header in center */
  h1 {
    text-align: center;
  }
