        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f4f4f4;
            color: #333;
        }
        header {
            background-color: #1e35b8;
            color: white;
            padding: 20px 0;
            text-align: center;
        }

        .hero-section {
            background-image: url('aviator-br.jpg');
            background-size: cover;
            background-position: center;
            height: 500px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }
        .hero-section h2 {
            font-size: 3em;
        }
        .content {
            padding: 40px;
            text-align: center;
        }
        .content h1 {
            font-size: 2em;
            margin-bottom: 20px;
        }
        .content p {
            font-size: 1.2em;
            line-height: 1.6;
            margin-bottom: 20px;
        }
        .cta-button {
            background-color: #ce901a;
            color: white;
            padding: 15px 30px;
            text-decoration: none;
            font-size: 1.2em;
            border-radius: 5px;
        }
        .cta-button:hover {
            background-color: #ec840e;
        }

        .menu a {
            font-size: 1.2em;
            line-height: 1.6;
            margin-bottom: 20px;
            color: #fff;
        }

         }
        .menu a:hover {
            color: #f1f1f1;
        }

        .logo {
            font-size: 2.2em;
            line-height: 1.6;
            color: #ce901a;
        }


        footer {
            background-color: #333;
            color: white;
            padding: 20px 0;
            text-align: center;
        }
        footer p {
            margin: 0;
        }