
body {
    /* min-height: 100vh; */
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    /* background-color: red; */
}

main {
    flex: 1; /* Pozostała przestrzeń między header a footer zajmie całą dostępną wysokość */
}


/* tutaj */

.main-nav {
    height: 100px;
    background-color: rgb(17, 21, 28);
}

#footer {
    background-color: rgb(17, 21, 28);
    height: 340px;
    
}
.m-ahu-footer * {
    color: #fff;
}

.m-ahu-footer__main {
    max-width: 100vw;
    height: 200px;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
}
.m-ahu-footer__inner-wrap {
    padding: 20px 150px;
    max-width: 1920px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}

.m-ahu-footer__sub {
    text-align: center;
    max-width: 100vw;
    height: 60px;
    /* display: grid; */
    /* grid-template-columns: 2fr 1fr 2fr; */
    border-top: 1px solid #6a6e70;
    /* padding: 24px 0; */
    padding: 24px 0;
}
.m-ahu-footer__sub .copyright span {
    color: #fff;
}

.m-ahu-footer__sub .copyright span a {
    color: #fff;
    -webkit-text-decoration-color: #fff;
    text-decoration: underline;
    text-decoration-color: #fff;
}

/* footer .nav-links {

    font-size: 16px;
} */

footer .navlinks a {
   color: #fff;
    -webkit-text-decoration-color: #fff;
    text-decoration: none;
    text-decoration-color: #fff;
    font-size: 20px;
}

.font-weight-bold {
    font-weight: bold;
}