.dropshadow {
  text-shadow: 6px 6px 16px rgba(0, 0, 0, 0.8);
}
/* width */
::-webkit-scrollbar {
  width: 10px;
  background-color: #181c2b;
}
::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #333e66;
}
.blur {
  filter: blur(5px); /* Adjust the blur radius as needed */
}
