footer {
    background-color: #111111;
    border-top: 1px solid black;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 186px;
}

footer .container h2 {
    font-size: 20px;
}

footer .container {
    margin-left: auto;
    margin-right: auto;
}

footer .container a{
    padding: 0;
}

footer .section {
    margin: 0px auto;
}

footer .container ol {
    display: grid;
    padding: 0px;
    margin-bottom: 1rem;
}

footer p {
    width: fit-content;
    margin: 0px auto;
}

footer p,
footer a {
    font-size: 14px;
    color: #999999;
}

footer a:hover {
    color: #bbbbbb;
}

@media(max-width: 768px) {
    footer p,
    footer a {
        font-size: 18px;
    }
    footer h2 {
        font-size: 22px;
    }
    footer {
    height: 280px;
    }
    footer .container a{
        padding: 0.5rem 0;
    }
}

@media(max-width:576px) {
    footer {
        height: 500px;
    }
}