body {
  background-color: #002e4C;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto; }


#para {
  font-size: 1.4em;
  color: white;
  text-align: center;
  font-family: sans-serif;
  line-height: 1.4;
  letter-spacing: 0.4px;
  max-width: 500px;
  margin-top: 10%;
  margin-bottom: 10%;
  margin-right: auto;
  margin-left: auto;
}

hr {
  border: 1px solid #4585ac;
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #4585ac;
  color: white;
  text-align: center;
}

#textfooter {
  font-size: 0.8em;
  color: white;
  text-align: center;
  font-family: sans-serif;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}