body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
  width: 100%;
  background-color: white;
}

#content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0px;
}

iframe {
  width: 100%;
  height: 100%
}

.home {
  margin: 0 auto;
  background-image: url(logo.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  margin: 40px;
}

.text {
  position: absolute;
  text-align: center;
  bottom: 40px;
  left: calc(50% - 75px);
}

a {
  color: #1b8ae9;
}

@media only screen and (max-width: 592px) {
  .home {
    background-size: contain;
  }
}
