.bottom-nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: var(--color-surface);
  border-top: 1px solid rgba(229, 247, 116, 0.25);
  display: flex;
  justify-content: space-around;
  align-items: center;
}
