.footer-wrapper {
    width: 100%;
    background-color: #101A24;
    padding: 2rem;
    border-radius: 5px;
    margin-bottom: 3rem;
    width: 90%;
    max-width: 1300px;
}
.footer-copyright {
    color: white;
    font-size: 10px;
    margin-top: 5px;
}
.footer-logo-link {
    display: inline-block;
}