
  .wrap.svelte-zd9cnc {
    position: fixed;
    top: 0;
    left: 0;
    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-zd9cnc {
    max-width: 600px;
    padding: 20px;
    position: relative;
  }
  h1.svelte-zd9cnc {
    font-size: 52px;
    margin-bottom: 20px;
    color: #00ff00;
    text-shadow: 0 0 10px #00ff00;
  }
  p.svelte-zd9cnc {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #e0e0e0;
  }
  a.svelte-zd9cnc {
    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-zd9cnc:hover {
    background-color: #00cc00;
    transform: scale(1.1);
  }
  .weed-leaf.svelte-zd9cnc {
    position: absolute;
    font-size: 40px;
    color: #00ff00;
    animation: svelte-zd9cnc-float 5s infinite ease-in-out;
    opacity: 0.7;
  }
  .leaf1.svelte-zd9cnc {
    top: -5%%;
    left: 0%;
    animation-delay: 0s;
  }
  .leaf2.svelte-zd9cnc {
    top: 10%;
    right: 0%;
    animation-delay: 1s;
  }
  .leaf3.svelte-zd9cnc {
    bottom: 15%;
    left: 20%;
    animation-delay: 2s;
  }
  .leaf4.svelte-zd9cnc {
    bottom: 10%;
    right: 10%;
    animation-delay: 3s;
  }
  @keyframes svelte-zd9cnc-float {
    0%,
    100% {
      transform: translateY(0) rotate(0deg);
    }
    50% {
      transform: translateY(-20px) rotate(10deg);
    }
  }

  .wrap.svelte-115usu4 {
    font-family: "Arial", sans-serif;
    background-color: #e8f5e9;
    color: #2e7d32;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  h1.svelte-115usu4 {
    font-size: 48px;
    margin-bottom: 20px;
  }
  p.svelte-115usu4 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  a.svelte-115usu4 {
    text-decoration: none;
    color: #ffffff;
    background-color: #4caf50;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 18px;
    transition: background-color 0.3s;
    width: 200px;
  }
  a.svelte-115usu4:hover {
    background-color: #388e3c;
  }
  .leaf.svelte-115usu4 {
    font-size: 100px;
    margin-bottom: 20px;
  }
