/* PLACE YOU CUSTOM STYLES IN THIS FILE */
#timer span{
    color: #68de68;
}

#timer{
    padding-top: 17px;
    font-size: 13px;
}
/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }

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

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: rgb(190, 88, 88);
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: rgb(190, 88, 88);
  }
