body {
    padding-top: 56px;
    margin-top: 56px;
}

.tool-category {
    margin-bottom: 30px;
}

.tool-category h2 {
    margin-bottom: 20px;
}

.tool {
    text-align: center;
    margin-bottom: 20px;
    width: 50%;
}

.tool img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}

.footer-container {
    background-color: #f5f5f5;
    padding: 20px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

a {
    color: black;

}

.tools-title {
    font-size: 16px;
    font-weight: 500;
}

.bg-light {
    background-color: #ffffff !important;
    border-bottom: 1px solid black;
    box-shadow: 0px 4px 10px 3px #e2e2e2;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9);
    font-size: xx-large;
    font-weight: 700;
    width: 70%;
    padding: 0 20px;
}

.nav-container.container {
    margin: auto;
    display: flex;
    width: 90%;
}

div#navbarNav {
    background: white;
    padding: 10px;
    border-radius: 10px;
}

body .navbar {
    height: 70px;
    padding: 0;
    margin: 0;
}

.col-md-6.col-lg-3.tool {
    width: 50%;
}

.mt-4,
.my-4 {
    margin-top: 2.5rem !important;
}

div#primarynbt {
    margin-top: 50px;
}

.bg-light {
    background-color: #ffffff !important;
}




.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
    margin: 50px 0;
    }
