* {
  margin: 0px;
  padding: 0px;
}

html, body {
  background: #303030;
  height: 100%;
  color: white;
  font-family: arial, tahoma, verdana;
  font-size: 12px;
}

iframe {
    height: 100%;
}

p {
  padding: 25px;
}

