

/* #preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  z-index: 9999;
} */
ul {
  list-style: none;

  li {
    list-style: none;
  }
}
