body {
  font-family: "Roboto", sans-serif;
  background: #f1f1f1;
}
body::-webkit-scrollbar {
  width: 10px;               /* width of the entire scrollbar */
}
body::-webkit-scrollbar-thumb {
  background-color: #6F3228;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid #F4fcff;  /* creates padding around scroll thumb */
}
body::-webkit-scrollbar-track {
  background: #F4fcff;        /* color of the tracking area */
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
li {
  font-family: "Roboto", sans-serif;
}
