a.brand {
    color: maroon;
    text-decoration: none;
}

a.brand:hover {
    text-decoration: underline;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.name-initial-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 2px solid var(--bs-danger);
    border-radius: 50%;
    background-color: var(--bs-light);
    color: var(--bs-dark);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.2rem;
}
