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

}

#mcnutt {
  text-align: center;

}

/* makes space between hyperlinks, header, and top header */
#h2 {
  line-height: 4em;
}
/* makes customer service contact be dark grey, be 10px in size, and style oblique */
#smallbottom {
  color: darkgrey;
  font-size: 10px;
  font-style: oblique;
}

