html {
    font-size: calc(60% + 0.4vmin);
    font-family: 'Roboto';
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    position: relative;
}
body {
    margin: 0px;
    padding: 0;
    height: 100vh !important;
    width: 100vw !important;
    max-width: 100%;
    position: relative;
    background-color: white;
}

#plugins {
    opacity: 0;
}

@media all and (max-width: 767px) {
    html {
        font-size: inherit !important;
    }
}







