body {
  width: 90%;
  max-width: 800px;
  margin: auto;
  background: url(bg.jpg) center;
  background-size: cover;

  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.5;
  color: white;
}

main {
  background: #00000054;
  padding: 5px 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  text-align: center;
}

.foto, .nome, .headline {
  padding-top: 20px;
  margin: 0;
  text-align: center;
}
footer {
  text-align: center;
  min-height: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
}
footer .logo {
  align-items: center;
  margin-top: 30px;
  margin-bottom: 10px;

}

footer .mail {
  align-items: center;
  margin-top: 30px;
  margin-bottom: 10px;

}

h4 {
margin-bottom: 10px;
}
