iframe.shinyframe {
  display: block;
    width: 100vw;
    height: 80vh;
    max-width: 100%;
    border: none;
    box-sizing: border-box;
}
body {
  font-family: roc-grotesk,sans-serif;
  font-size: 14px;
}
.h1, h1 {
  color: #000c52;
  font-family: roc-grotesk,sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}
.h2, h2 {
  color: #000c52;
  font-family: roc-grotesk,sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 44px;
}
img.logo {
    width: 3.5cm;
    float: left;
    margin: 0px 30px 15px 0px;
}
