@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;600;700&display=swap');

body {
    background-color: #f2f2f2 !important;
    font-family: 'Open Sans', sans-serif;
}

iframe {
    display: block; /* iframes are inline by default */
    background: #f2f2f2 !important;
    border: none; /* Reset default border */
    height: 100vh; /* Viewport-relative units */
    width: 100vw;
}
