html,body {
    font-family: 'Open Sans', sans-serif !important;
    background-color: #fff;
}

body.hold {
    overflow-y: hidden;
}

body.inactive {
    opacity: 0;
    transition: all 0.2s;
}

body {
    opacity: 1;
    transition: all 0.2s;
}

.h-name{
    display: none;
}