body {
    margin: 0;
    padding: 0;
    font-family: 'Lexend';
    background-color: #000;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 0;
     }

#roddyrichhesbox{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
   box-shadow: 0 0 20px #11c90e, 0 0 30px #11c90e, 0 0 40px #11c90e, 0 0 50px #11c90e;
    min-width: 350px;
    max-width: 1000px;
    margin: 0 auto;
    border: 3px solid #43a624;
  border-radius: 10px;  
    background: rgba(26, 26, 26, 1);
    min-height: 250px;
    padding: 20px;
    z-index: 9999;
    text-align: center;

}

button {
            background-color: transparent;
            border: 2px solid #11c90e;
            color: green;
            padding: 10px 20px;
            font-size: 16px;
            border-radius: 5px;
            cursor: pointer;
            transition: background-color 0.3s, color 0.3s;
            color: #11c90e;
        }

   button:hover {
            background-color: #11c90e;
            color: white;
        }

.link-redirect {
  color: #575757; 
}

.link-redirect a {
  color: #575757; 
  text-decoration: none; 
}

.link-redirect a:hover {
  text-decoration: underline; 
}

hr {
            border: none;
            border-top: 2px solid #11c90e; 
            margin: 15px auto; 
            width: 100px; 
            height: 1px; 
            border-radius: 5px; 
        }

  
  #particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000; 
    z-index: -1; 
  }

 
  body {
    margin: 0;
    overflow: hidden; 
  }
