body {
    height: 100dvh;
    overscroll-behavior: none;
}

* {
    scroll-behavior: smooth;
    scrollbar-width: thin;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*    font-family: sans-serif;*/
}

#c{
    display:flex;
    flex-direction:row;
}

#logo {
    width:25px;
    max-width: 300px;
    flex-grow:1;
}

#sede {
    width:20px;
    max-width: 250px;
    flex-grow: 1;
}

/*Override Fluent-ui*/

.doc-viewer {
    margin: 0 !important;
}

.demo-section-example {
    margin-top: 15px !important;
}

fluent-tab {
    margin-right: 15px !important;
}

.doc-viewer pre code[source][class*="hljs"] {
    padding: 0 10px !important;
    margin-top: 15px !important;
}
