Prueba DGC body { font-family: Arial, sans-serif; background-color: #f4f4f4; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; } .mensaje { background-color: #ffffff; padding: 40px; border-radius: 12px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); text-align: center; } h1 { color: #333; }

Esta es una prueba de la DGC