@import url("https://cdnjs.cloudflare.com/ajax/libs/bulma/0.9.4/css/bulma.min.css");
@import url("https://fonts.googleapis.com/css?family=Lato|Quicksand");
html {
  font-family: "Quicksand", Lato, Tahoma, sans-serif;
  width: 100%;
  min-height: 100%;
  background: #222; }
  html .text__white {
    color: #fff; }
  html .iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%; }
    html .iframe-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%; }
