.footer-main-container {
    padding-top: 90px;
    padding-bottom: 65px;
    background-color: black;
}

.footer-main-links {
    margin-left: 20px;
    text-decoration: none !important;
    font-size: 22px;
    color: white;
    margin-top: 30px;
}

.footer-main-links:hover {
    color: rgb(223, 191, 14);
}

.footer-links-bullets {
    list-style: none;
}

.footer-social-links {
    text-decoration: none;
    margin-left: 20px;
}

.footer-social-links-style {
    list-style: none;
    font-size: 23px;
    margin-top: 30px;
    margin-left: 13px;
}

.footer-social-links {
    color: white;
}

.footer-social-links:hover {
    color: rgb(223, 191, 14);
}

.footer-copyright {
    color: grey;
    text-align: center !important;
    margin-top: 30px;
    font-size: 18px;
    margin-left: 51px;
}