header {
    background-color: #101C40;
}

footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.responsive-iframe-container {
    position: relative;
    width: 100%;
    height: 100vh;
    border: none;
}

.responsive-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: none;
}


#screenButton,
#printDialog {
    display: none;
}
