
body {
  margin: 0;
  padding: 0;
  background: url('/images/velvettexture.jpg') no-repeat center center fixed;
  background-size: cover;
  color: #f5deb3;
  font-family: 'Georgia', serif;
  text-align: center;
}
.container {
  padding: 10% 5%;
}
footer {
  margin-top: 50px;
  font-size: 0.9em;
  font-style: italic;
  opacity: 0.7;
}
