
  .wrap.svelte-1x4i6ym {
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    background-color: #000000;
    color: #ffffff;
    font-family: "Comic Sans MS", Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
  }
  .error-container.svelte-1x4i6ym {
    max-width: 600px;
    padding: 20px;
    position: relative;
  }
  h1.svelte-1x4i6ym {
    font-size: 52px;
    margin-bottom: 20px;
    color: #00ff00;
    text-shadow: 0 0 10px #00ff00;
  }
  p.svelte-1x4i6ym {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #e0e0e0;
  }
  a.svelte-1x4i6ym {
    color: #000000;
    background-color: #00ff00;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 18px;
    transition: transform 0.2s;
  }
  a.svelte-1x4i6ym:hover {
    background-color: #00cc00;
    transform: scale(1.1);
  }
  .weed-leaf.svelte-1x4i6ym {
    position: absolute;
    font-size: 40px;
    color: #00ff00;
    animation: svelte-1x4i6ym-float 5s infinite ease-in-out;
    opacity: 0.7;
  }
  .leaf1.svelte-1x4i6ym {
    top: -5%%;
    left: 0%;
    animation-delay: 0s;
  }
  .leaf2.svelte-1x4i6ym {
    top: 10%;
    right: 0%;
    animation-delay: 1s;
  }
  .leaf3.svelte-1x4i6ym {
    bottom: 15%;
    left: 20%;
    animation-delay: 2s;
  }
  .leaf4.svelte-1x4i6ym {
    bottom: 10%;
    right: 10%;
    animation-delay: 3s;
  }
  @keyframes svelte-1x4i6ym-float {
    0%,
    100% {
      transform: translateY(0) rotate(0deg);
    }
    50% {
      transform: translateY(-20px) rotate(10deg);
    }
  }
