* {
    font-family: 'Montserrat';
}

html{
  overflow-y: scroll;
  scrollbar-color: #78BF35 rebeccapurple;
  scrollbar-width: thin;
}


body::-webkit-scrollbar {

	width: 8px;

}

::-webkit-scrollbar {
 width: 8px;
 height: 8px;
}
::-webkit-scrollbar-thumb {
 background: #78BF35;
 border-radius: 4px;
}