#info {
  background-color:red;
  color: white;
}

#credit {
  text-align:right;
  font-style: italic;
}

#jane {
  float:right;
  margin-left:0.2em;
}

h1 {
  color: blue;
  border-left-width: 10px;
  border-left-style: solid;
  border-left-color: blue;
  padding-left: 0.5em;
}

#opener{
  width:50%;
  border:thin solid black;
}