.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  font: 18px calibri, sans-serif;
  font-weight: bold;
  color: white;
  text-shadow: 1px 1px black;
}

body { 
  background-color: teal;
  background-image: url("../images/background.jpg");
  background-repeat: repeat-x;
}

tr.break td {
  height: 10px;
}

.footer {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5rem;
  background-color: teal;
  text-align: center;
}

h1 {
  font: 1px calibri, sans-serif;
  color: teal;
}