body {
  font-family: 'Lora', serif;
  background-color: black;
  background: black url(images/background.jpg) 0 -400px no-repeat;
  background-size: 100%;
  color: white;
}

a {
  color: #BD1E39;
}

.main {
  width: 800px;
  margin: 0 auto;
}

h1 {
    font-weight: normal;
}

p {
    text-align: center;
}

li {
  list-style-type: none;
  text-align: center;
  padding: 7px 0;
}
