
html{
  width:100%;
  height:100%; 
  background:#000 url('../images/background.jpg') center top fixed no-repeat;
  background-size: cover;
}

.content {
  max-width: 400px;
  padding-top: 50px;
  margin: auto;
  text-align: center;
}

p {
  margin: 3px 0;
  font-style: italic;
  font-size: 14px;
}

.name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.contact-info {
  margin-top: 20px;
}

.email-address {
  margin: 6px;
}
