html, body {
    overflow: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

    html::-webkit-scrollbar,
    body::-webkit-scrollbar {
        display: none; /* Chrome/Safari */
    }

h1 {
    font-weight: 500;
}

h2 {
    font-weight: 500;
    font-size: 24px;
}

h6 {
    color: blue;
}

a {
    color: var(--mud-pallette-primary);
}

p {
    margin-bottom: 22px;
}

.custom-rating .mud-icon-root {
    font-size: 2.0rem;
}

.nhance-rating .mud-icon-root {
    width: auto;
}

handle {
    height: 4px;
    background: #ccc;
    width: 50px;
    border-radius: 3px;
    position: absolute;
    left: calc(50% - 25px);
    top: 10px;
}

