html {
    font-size: 10px; /* you can chose any size here 16 is default */
    
    @media screen and (max-width: 600px) {
      font-size: 10px;
    }
}

body {
    --transition-duration: 0.5s;
    --trd: 0.5s;
}

* {
    user-select: none;
}
