        body {
            font-family: "Spline Sans", sans-serif;
            overflow: hidden;
            background-color: #121414;
        }
        .glow-button {
            box-shadow: 0 0 25px rgba(46, 234, 121, 0.15);
            transition: all 0.3s ease;
        }
        .glow-button:hover {
            box-shadow: 0 0 40px rgba(46, 234, 121, 0.3);
            transform: translateY(-2px);
        }