
        body {
            font-family: 'Poppins', sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f7f7f7;
            color: #333;
        }
        header {
            background-color: #6c63ff;
            color: white;
            position: static;
            width: 100%;
            padding: 20px 0;
            text-align: center;
            margin-bottom: 20px;
        }
        header h1 {
            margin: 0;
            font-size: 36px;
        }
        .container {
            display: flex;
            flex-direction: column;
            align-items: center;
            
        }
        #google-ad1{
            height: 0px;
        }
        .ad-box {
            width: 100%;
            margin-bottom: 30px;
            background-color: #fff;
            border-radius: 8px;
            box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
            padding: 20px;
            text-align: center;
        }
        .ad-box h2 {
            margin-top: 0;
            color: #6c63ff;
            font-size: 24px;
        }
        .ad-box p {
            font-size: 16px;
            color: #555;
        }
        footer {
            background-color: #6c63ff;
            color: white;
            padding: 10px;
            text-align: center;
            position:static;
            bottom: 0;
        }

        
        /* joguinho */

        .joguinho{
            height: 500;
            width: 100;
            background-color: #fff;
            margin-bottom: 30px;
        }
