#motd {
  border-top: 2px solid blue;
  border-bottom: 2px solid blue;
  font-style: italic;
  margin-bottom: 1em;
  text-align: center
}

#motd p {
  margin: 0.5em 0
}

