
iframe {
    height: calc(100vh - 180px);
    overflow: hidden; 
    border: none; 
    width: 100%;
    margin-top: 40px;
    filter: invert(1) hue-rotate(180deg) contrast(0.9) brightness(0.8);
    transition: filter 0.2s ease-in-out;
}
