.loadingScreen {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100vh;
    background-color: rgba(155, 155, 155, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  ul li {
    list-style: none;
  }