html, body {
    margin: 0 !important;
    padding: 0 !important;
    height: 100%;
    width: 100%;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

#main {
    padding: 0;
    opacity: 0.25;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    font-family: Arial;
    color: #ffffff;
    font-size: 20pt;
    font-weight: 100;
    text-align: center;
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: calc(100vh / 0.64 * 0.36);
    z-index: 1;
}

#progress {
    position: absolute;
    right: 43%;
    top: 75%;
}

#page {
    -webkit-overflow-scrolling: touch;
    margin: 0;
    padding: 0;
    overflow-y: hidden;
    position: fixed;
    z-index: 1;
    display: none;
    pointer-events: none;
    width: 1080px;
    height: 1920px;
}

#embed {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0px;
    display: block;
    width: 100%;
    overflow-y: hidden;
    pointer-events: auto;
    margin: 0;
    padding: 0;
    overflow-y: hidden;
}
