body {
  background-color: white;
  background-image: url("images/home-background.png");
  background-size: 30%;
  font-family: "quaaykop";
  overflow: hidden;
}

@font-face {
  font-family: "quaaykop";
  src: url(assets/quaaykop-webfont.woff);
}

.train {
  position: absolute;
  right: 0;
  margin-right: -50px;
  width: 50%;
}

.t-title {
  width: 100%;
}

h1 {
  font-size: 50px;
  background-image: url();
}

.head {
  float: right;
  width: 50%;
}

iframe {
  position: absolute;
  left: 0;
  bottom: 0;
}