body {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  margin: 0;
  background: #f8f8f8;
  background: #f8f8f8 url('bg.jpg');
  background-size: cover;
  background-position: center center;
}
.wrap > div {
  margin: 20px;
  background: #ffffff;
  padding: 30px;
  box-shadow: 0 2px 4px 2px rgba(0,0,0,.1);
  border-radius: 2px;
}
.wrap  {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
  width: 100%;
}
.wrap img.logo {
  image-rendering: auto;
  max-width: 200px;
  display: table;
  margin: 0 auto;
}
h1 {
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: 15px;
}
h1 small {
  font-size: 24px;
}
p.mail,
p.phone {
  margin: 0;
  font-size: 22px;
  font-size: 18px;
  text-transform: uppercase;
}
p.phone {
  margin-bottom: 10px;
}
p.mail span {
  vertical-align: middle;
  display: inline-block;
}
p.mail span.symbol {
  font-size: 10px;
  font-weight: 600;
  color: #252525;
  margin: 0 3px;
}