footer {
    background-color: #f8f9fa;
    padding: 1rem 2rem;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}