body {	
  width: 95%;
  max-width: 800px;
  height:100%;
  margin: auto;
  background: url(bg.jpg) center;
  background-repeat: no-repeat;
  font-family: 'Lato';
  line-height: 1.5;
  color: white;
}

main {
  background: #00000084;
  padding: 10px 40px;
  margin-top: 40px;
  border-radius: 10px;
}

 .name, .logo, .headline {
  margin: 0;
  margin-top: 20px;
  text-align: center;
}

.contacts {
  margin: 10px 0;
  text-align: center;
  width: 100%;
}

.contacts table {
  background: #cb3a3ab3;
  border-radius: 10px;
  padding: 10px;
  margin: 0 auto;
}



