@charset "utf-8";

html {
  height: 100%;
  background: #777;
}

body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  font: 14px/20px MyriadPro, Arial, Helvetica, sans-serif;
}

.layout {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

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