
        body {
            font-family: Arial, sans-serif;
            text-align: center;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 100vh;
            background-color: #FFFFFF;
        }
        .logo {
            max-width: 500px;
            margin-bottom: 20px;
        }
        .contatti {
            margin-top: 20px;
            font-size: 18px;
            color: #333;
        }
        .social {
            margin-top: 15px;
        }
        .social a {
            color: #333;
            text-decoration: none;
            margin: 0 10px;
            font-size: 18px;
        }
        .social a:hover {
            color: #0077b5;
        }
        
        .nav-item {
            color: #333;
        }

      


         .header-bg {
            background-color: #ffffff;
            border-bottom: 1px solid #dee2e6;
        }
        .footer-bg {
            background-color: #343a40;
            color: white;
        }
        .logo {
            font-weight: bold;
            font-size: 1.5rem;
            color: #8B4513;
        }
        .nav-link:hover {
            color: #8B4513 !important;
        }
        .social-icon {
            color: white;
            margin: 0 10px;
            font-size: 1.2rem;
        }
        .social-icon:hover {
            color: #8B4513 !important;
        }
        .terms-container {
            max-width: 1000px;
            margin: 0 auto;
            padding: 20px;
            text-align: justify;
        }