    body {
            background-color: #e0e0e0; /* Light grey background for the whole page */
       font-family: 'Poppins', sans-serif; /* Apply the Google Font */
       
       
        }
        .outline-container {
            max-width: 1280px;
            margin: 5px auto; /* Center the container */
            padding: 5px;
            background-color: #fff; /* White background inside the outline */
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* Shadow effect */
        }
        .bg-darkblue {
            background-color: #0045B8 !important;
        }
        .nav-link:hover {
            background-color: #0043B8 !important;
        }
        .hero {
    background: url('../img/free-seo-tools.jpg') no-repeat center center;
            background-size: cover;
            color: white;
            text-align: center;
            padding: 120px 20px;
        }
        .hero h1 {
            font-size: 3rem;
            margin-bottom: 30px;
        }
        .hero p {
            font-size: 1.2rem;
        }
        .sidebar .card {
            margin-bottom: 10px;
        }
      .box {
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: transform 0.3s, background-color 0.3s;
        color: black;
         padding: 20px;
        margin-bottom: 20px;
        text-align: center;


         
         border-radius: 5px;
        margin-bottom: 0; /* Remove bottom margin from box to avoid double space */
    }
        .box:hover {
            transform: scale(1.05);
        }
        .box-1 { background-color: #ff9999; } /* Light Red */
        .box-2 { background-color: #ffcc99; } /* Light Orange */
        .box-3 { background-color: #ffff99; } /* Light Yellow */
        .box-4 { background-color: #99ff99; } /* Light Green */
        .box-5 { background-color: #99ccff; } /* Light Blue */
        .box-6 { background-color: #cc99ff; } /* Light Purple */
        .box-7 { background-color: #ff99cc; } /* Light Pink */
        .box-8 { background-color: #66b2ff; } /* Sky Blue */
        .box-9 { background-color: #ffb266; } /* Peach */
        .box-info {
            text-align: center;
            margin-top: 10px;
            color: #333;
        }
        
        
        .box-link {
        text-decoration: none;
        color: inherit;
        display: block;
        margin-bottom: 10px;
    }
    
