/* Basic reset */
* {
    box-sizing: border-box
}

html,
body {
    height: 100%;
    margin: 0;
}

body {
    height: 100%;
    margin: 0px;
    line-height: 1.5;
    left: 10px;
}

iframe {
    border: none;
    width: 100%;
    height: 700px;
}



