/* Site footer styling */
.footer {
    position: fixed;
    font-size: 0.9rem;
    display: flex;
    bottom: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 3.5rem;
    width: 100%;
}

.link {
    color: #000;
    font-weight: 400;
}
