body{
  padding: 290px 0 0 0;
  margin: 0;
  text-align: center;
  font-family: 'Helvetica';
  background: #f2f2f2;
  background-size: cover;
  background-repeat: no-repeat;
}
body img{
  width: 200px;
}
body h1{
  color: #000;
  font-size: 34px;
}
body a{
  display: block;
  width: 100%;
  height: 100%;
}
body p{
  color: #000;
}
body a{
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
body strong{
  display: block;
  margin-top: 15px;
}
.innovate{
  font-size: 11px;
  margin-top: 20px;
}
.innovate img{
  width: 11px;
  margin: 0 2px 0 4px;
  position: relative;
  top: 2px;
}
.social-mail a{
  display: block;
  margin-bottom: 5px;
}
@media (min-width: 320px) and (max-width: 484px){
  body{
    background-position: 0;
    background-size: cover;
  }
}
