body{
    font-family: 'Roboto', 'sans-serif';
}
.is-lightgrey{
    background-color: rgb(245,245,245) !important;
}
.avatar{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.ns {
    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}
.is-light{
    background-color: #e0e0e0 !important;
}
.is-italic{
    font-style: italic;
}
.overflow_hidden{
    position: fixed;
}
.counter{font-size: 96px !important}
@media only screen and (max-width: 320px) {
    .counter{font-size: 80px !important}
    .is-hidden-smallmobile{display: none !important}
}