/* Return ticket at bottom of pages */ 
footer {
   margin-left: auto;
   margin-right: auto;
   width: 50%;
}
footer p {
  text-align: center;
  color: black;
  font-size: 14px;
  font-weight: bold;
}






