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

h6 {
    top-margin: 100px;
}
