html {
    font-family: Roboto Serif;
    font-size: 12.5px;
}

/* width */
::-webkit-scrollbar {
  /* width: 6px; */
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

p, ul, li {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media screen and (min-width: 1024px){
    html {
        font-size: 18px;
    }
}

@media screen and (min-width: 1600px){
    html {
        font-size: 22px;
    }
}
