
  .wrap.svelte-ev5e5p {
    z-index: 190;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .cover.svelte-ev5e5p {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    text-align: center;
    justify-content: center;
    width: 350px;
  }
  .privacy.svelte-ev5e5p {
    font-weight: bold;
    text-decoration: underline;
    color: var(--main);
    cursor: pointer;
  }

  .enter_button.svelte-ev5e5p {
    padding: 10px 20px;
    background-color: var(--main);
    color: var(--button-text);
    border-radius: 10px;
    border: 2px solid transparent;
  }
  .enter_button.svelte-ev5e5p:hover {
    border: 2px solid white;
    color: white;
  }
  a.svelte-ev5e5p {
    color: rgb(155, 155, 155);
  }
