#menu {
  width: 100vw;
  height: 100vh;

  background-image: url('../../assets/ld.gif');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#menu-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

#menu-container {
  padding: 1rem;
}

#menu ul {
  width: fit-content;
  margin: 1rem 0;
  list-style: none;
}

#menu ul li {
  margin-bottom: 0.5rem;
}

#menu button {
  width: 100%;
}
