.hidden-text {
            display: none; /* Oculta el texto inicialmente */
            margin-top: 10px;
        }
.button {
            background-color: #007BFF;
            color: white;
            padding: 10px 15px;
            border: none;
            cursor: pointer;
            border-radius: 5px;
            font-size: 16px;
        }
.button:hover {
            background-color: #0056b3;
        }
