.default{
    margin: 0.2em;
}
.text-secondary{
    text-decoration: none;
}
.container{
    display: flex;
    flex-direction: column;
    align-items: left;
    --bs-gutter-x: 0;
}
.person-container{
    display: flex;
    flex-direction: column;
    align-items: left;
}
.person-details{
    margin-top: 0.5em;
    word-wrap: break-word;
}

.span-person{
    margin: 0;
    white-space: normal;
}
.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1em;
    justify-content: center;
    text-align: center;
}
