footer {
    margin-top: 32px;
    width: 100%;
    padding-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #38444d;
}
.footer-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 8px;
}

.infolinks {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.madeby a {
    font-size: 0.9em;
    opacity: 0.8;
}

footer a {
    color: white;
    text-decoration: none;
}