/* Center the box on the page */
.boxed-wrapper {
    max-width: 1200px; /* Adjust as needed */
    margin: 20px auto; /* Center with space on top and bottom */
    padding: 20px; /* Add padding inside the box */
    background-color: #ffffff; /* Box background color */
    border: 1px solid #ddd; /* Optional: Add a border */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional: Add a shadow */
    border-radius: 10px; /* Optional: Rounded corners */
}

/* Add a background to the page */
body {
    background-color: #f4f4f4; /* Light gray background */
}


/* Example: Adjust navigation padding */
.navbar {
    margin: 0;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
}



.mera-footer {
    text-align: center;
    margin: 0;
    padding: 5px 0 30px;
    background-color: #f1f1f1;
    color: #495057;
    font-size: .9rem;
}