nav {
  position: fixed !important;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%);
  min-width: 64px;
  min-height: auto;
  padding: 1.5rem;
  backdrop-filter: blur(16px);
  background-color: rgb(255, 255, 255, 0.5);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

@media screen and (max-width: 768px) {
  .nav {
    position: relative !important;
    display: none !important;
  }
}

nav a {
  aspect-ratio: 1 / 1;
  min-height: 32px;
  width: 4rem;
  background-color: rgb(238 242 255);
  color: rgb(79 70 229);
}

nav a img {
  width: 3rem;
}
