.footer {
    width: 100%;
    height: max-content;
    background: #322f2f;
    position: absolute;
    bottom: 0;
    opacity: .5;
}

.footerLinks {
    text-align: center;
    padding: 10px;
}

.footerLinks a {
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    opacity: 1 !important;
    font-weight: bold;
}

.socialMedia {
    display: inline-block;
}