body::-webkit-scrollbar {
  width: 0.6rem;

}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: #36363d;
  outline: 1px solid slategrey;
    border-radius: 20px;
}



span.verde {
  color: #dbf227;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #dbf227;
}



@media (max-width:767px){

  h1.large {
      font-size: 4.5rem !important;
  }

}
