        body {
            margin: 0;
            padding: 0;
            background: linear-gradient(to bottom, #0f2027, #203a43, #2c5364);
            color: #fff;
            font-family: 'Open Sans', sans-serif;
            overflow-x: hidden;
        }

        .container {
            max-width: 900px;
            margin: 0 auto;
            padding: 40px 20px;
            position: relative;
            z-index: 2;
        }

        h1 {
            font-family: 'Great Vibes', cursive;
            font-size: 3em;
            color: #f0c674;
            text-align: center;
            margin-bottom: 10px;
        }

        h2 {
            text-align: center;
        }

        p {
            font-size: 1.1em;
            text-align: center;
            margin-bottom: 40px;
            color: #ddd;
            text-align: justify;
        }

        .section {
            background: rgba(255, 255, 255, 0.05);
            padding: 30px;
            border-radius: 20px;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
            margin-bottom: 40px;
        }

        img,
        audio {
            width: 100%;
            border-radius: 12px;
            margin-top: 20px;
            display: flex;
            flex-direction: row;
        }

        .footer {
            text-align: center;
            font-size: 0.9em;
            color: #aaa;
            margin-top: 60px;
        }
