body::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}
@media (min-width: 1000px){
    body,html{font-size: 50px !important;}
}