html {
    height: 100%;
}

body {
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: "Segoe UI";
    /*background-image: url("../images/desktop/desktop.jpg");*/
    background-size: cover;
}

body.disable-frame iframe {
    pointer-events: none !important;
}

body.disable-frame object {
    pointer-events: none !important;
}



main {
    height: calc(100vh - var(--taskbar-height));
    user-select: none
}