        body {
            margin: 0;
            padding: 0;
            background-image: url(https://soporte.agfindespachos.com/img/fondo.jpg);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 100vh;
            color: #999999; /* Color de texto que resalte sobre el fondo */
            font-family: Arial, sans-serif;
        }

        .header {
            display: flex;
            align-items: center;
            padding: 1cm;
        }

        .logo {
            max-width: 200px;
            margin-right: 40px;
			align-items: stretch;
        }

        .texto {
            max-width: 600px;
        }
		a {
		text-decoration: none; /* Elimina el subrayado Otros estilos que desees aplicar a los enlaces */
		}
		a:hover {
		color: red; /* Color al pasar el ratón */
		}
