html, body {
  background-color: #020617;
}
a[href="/about"] {
  display: none !important;
}
nav .d-flex > button:not([aria-label]) {
  display: none !important;
}
nav .d-flex > .v-menu {
  display: none !important;
}
button[aria-label="Language"] {
  display: none !important;
}
.event {
  border-radius: 16px !important;
  overflow: hidden;
  backdrop-filter: blur(6px);
  background: rgba(255,255,255,0.03) !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}
.img.thumb img {
  transition: transform 0.3s ease;
}
.event:hover img {
  transform: scale(1.05);
}
* {
  scrollbar-width: thin !important;
  scrollbar-color: rgba(255,255,255,0.25) transparent !important;
}
nav {
  background: #121212 !important;
}
nav .v-btn__content img {
  height: 100px !important;
}
nav .v-btn {
  width: auto !important;
  height: auto !important;
}
nav .v-btn:before {
  opacity: 0 !important;
}
a[href="https://gancio.org"] {
  display: none !important;
}