.footer {
    background: transparent;
    padding: 1rem 0;
    text-align: center;
}

.footer p {
    color: white;
    font-size: 0.9rem;
    margin: 0.2rem 0;
    line-height: 1.2;
}

.footer b {
    color: white;
    font-weight: 600;
}