#banner {
  background-color: lightblue;
  padding: 0;
  color: #333;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  border: .5rem outset yellow;
  border-radius: 1rem;
}

#hideButton {
  background-color: rgb(148, 216, 239);
  font-weight: 800;
  color: #333;
  height: 1.5rem;
  border-radius: .5rem;
  border: 1px solid #494545;
  box-shadow: 0 7px 8px rgba(0, 0, 0, 0.1);
}

#hideElement {
  display: inline-block;
  background-color: rgb(148, 216, 239);
  font-weight: 800;
  color: #333;
  padding: 0.2rem 0.5rem;
  height: 1.5rem;
  border-radius: .5rem;
  border: 1px solid #494545;
  box-shadow: 0 7px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
 
}

#banner p {
  margin: 0;
  padding: 0;
  font-style: italic;
}