p,div{
            color: white;
            font-size: large;
            margin-bottom: 30px;
            animation: neonGlow 3s infinite alternate;
                    
                }
                @keyframes neonGlow {
            0% {
                text-shadow: 0 0 5px #9d4edd, 0 0 15px #7b2cbf;
            }
            50% {
                text-shadow: 0 0 5px #c77dff, 0 0 20px #5a189a;
            }
            100% {
                text-shadow: 0 0 5px #e0aaff, 0 0 25px #3c096c;
            }
        }
        body {
        margin: 0;
        min-height: 100vh;
        background:
            radial-gradient(circle at top, rgba(123, 44, 191, 0.15), transparent 60%),
            radial-gradient(circle at bottom, rgba(90, 24, 154, 0.12), transparent 60%),
            #000000;
        }
        span{
            color: white;
        }
        
        .bbutton{
            width: 120px;
            height: 120px;
            background:transparent;
            border-width: 3px ;
            border-style: solid;
            border-color: white;
            
            border-radius: 60px;
            margin-right: 15px;
            margin-bottom: 20px;
            margin-top: 50px;
            border: 3px solid #c77dff;
            box-shadow:
                0 0 10px #7b2cbf,
                inset 0 0 10px #5a189a;
            
        }
        .image{
            
            height: 70px;
          
        }
        .title{
            font-size: xx-large;
            font-weight: bold;
            
        }
        .Winlosetie{
            font-weight: bold;
            font-size: larger;
            margin-bottom: 30px;
        }
        .Resultt,.myhand{
            font-size: larger;
            margin-bottom: 30px;
        }
        .secondimage{
            height: 45px;
        }
        .badibody{
            text-align: center;
        }
        .resetbutton{
            height: 40px;
            padding: 10px;
            font-size: large;
            font-weight: 400;
            margin-bottom: 100px;
        }
