 body {
            margin: 0;
            font-family: "Poppins", sans-serif;
            color: #3b2f2f;
            background-color: #fffaf3;
            line-height: 1.7;
        }

        header {
            background: linear-gradient(rgba(50, 30, 10, 0.6), rgba(50, 30, 10, 0.6)), url('cafe.png');
            background-size: cover;
            background-position: center;
            color: #f4ede3;
            text-align: center;
            padding: 100px 20px;
            max-width: 100%;
            height: auto;
        }

        header h1 {
            font-size: 3em;
            letter-spacing: 2px;
            margin-bottom: 10px;
        }

        header p {
            font-size: 1.2em;
            color: #f8e9c9;
        }

        section {
            max-width: 1000px;
            margin: 60px auto;
            padding: 30px;
            background: #fffdf9;
            border-radius: 12px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.1);
        }

        section h2 {
            text-align: center;
            color: #4b2e05;
            border-bottom: 2px solid #c19a6b;
            padding-bottom: 10px;
            margin-bottom: 20px;
        }

        section p {
            text-align: justify;
        }

        footer {
            text-align: center;
            background-color: #3b2f2f;
            color: #f4ede3;
            padding: 40px 20px;
            margin-top: 60px;
        }

        footer p {
            margin: 5px 0;
            font-size: 0.9em;
        }

        .highlight {
            color: #8b4513;
            font-weight: bold;
        }

        .logo {
            display: flex;
            justify-content: center; 
            align-items: center;    
        }

        .rojo {
            color: #c62828; 
        }

        .imagen {
            max-width: 100%;
            height: auto;
            
        }

        .social a {
            color: #ffffff; 
            margin: 0 8px;
            font-size: 2.25rem;
            text-decoration: none;
        }

        .social a:hover { 
            color: #06c736; 
        }

        .store-badges img {
            height: 44px;
            margin: 8px;
            display: inline-block;
        }
