.header {
    margin: 0px;
    width: 100%;
}

.nav_item,
.nav_item ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
    margin: 0px;
}

.nav_item ul li {
    list-style: none;
    transition: all 0.3s ease;
    padding: 5px;
    border-radius: 5px;
    line-height: inherit;
    cursor: pointer;
    text-transform: capitalize;
}

.nav_item ul li:hover {
    background: #e6e7e7;
}

footer {
    position: relative;
    bottom: 0;
    width: 100%;
}

.breadc {
    padding: 5px;
    margin: 5px;
    background: #dbdbdb;
    border-radius: 3px;
    text-transform: capitalize;
    padding-left: 10px;
    color: #212529;
    font-weight: 800;
    letter-spacing: 1.5px;
    font-family: cursive;
}
.mx_button{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
