#copyright {
    width: 100%;
    align-self: flex-end;
    height: 28px;
    text-align:center;
    font-size: 14px;
}

.logo-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #eadbd2, #f5ece7);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    font-family: Georgia, serif;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.75),
        0 8px 18px rgba(47,79,79,0.08);
}

.logo-section {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-section a {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    gap: 12px;
}