*
{
  margin: 0;
  padding:0;
}

html, body
{
  margin:0 auto 0 auto;
  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  font-size:11pt;
  color:#404040;
  line-height:1.5em;
  background-color:#000000;
}

body
{
  position:relative;
  max-width:1920px;
  min-width:640px;
  min-height:100vh; /* ! iOS & Zoom ! */
  background:url("../img/back3.jpg") no-repeat;
  background-size:100% auto;
  padding-top:2em;
}

iframe
{
  display:block;
  margin: 0 auto 0.5em auto;
}