/*
 * DO NOT DELETE THIS FILE!!
 * This is used as a global css file for sites displaying the
 * Profit Growth Calculator in an iframe.
*/

body {
    margin: 0;            /* Reset default margin */
}
iframe {
    display: block;       /* iframes are inline by default */
    background: #000;
    border: none;         /* Reset default border */
    height: 100vh;        /* Viewport-relative units */
    width: 100vw;
}