/* iframe specific styles for compatibility */
html::-webkit-scrollbar{
    width:5px;
}
html::-webkit-scrollbar-thumb{
    background:rgb(178, 178, 178);
    border-radius:5px;
}
html{
    width:100%;
    background-color:rgb(107, 149, 75);
}
