@media only screen and (min-width: 1200px) {
    .ui.container {
        width: 1200px !important;
        margin-left: auto !important;
        margin-right: auto !important
    }

    .ui.grid.container {
        width: calc(1200px + 2rem) !important
    }

    .ui.relaxed.grid.container {
        width: calc(1200px + 3rem) !important
    }

    .ui.very.relaxed.grid.container {
        width: calc(1200px + 5rem) !important
    }

    .ui.borderless.menu {
        display: none !important;
    }

    .borderless.menu .toc.item, .mobile.menu .menu {
        display: none !important;
    }
}
body{
    font-family: Arial, serif !important;
}