@import "tailwindcss";

/* scrollbar moderna */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #1E465B;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(177, 177, 177, 0.4);
}