@import url("./normalize.css");

html {
height: 100%;
}

body {
    width:100%;
    height: 100%;
}

.iframe-wrap {
    width:100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: black;
}

.iframe {
    border: 0;
    outline: 0;
    max-width: calc(100% - 16px);
    max-height: calc(100% - 16px);
    margin: auto;
}