body {
    margin-top: 20px;
}

.text-secondary {
    max-width: 230px;
}

.spinner-border {
    margin: auto;
}

.profile-link {
    text-decoration: none;
}

.bi {
    margin-right: 10px;
}

.link-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.link-box a {
    border: none;
    border-radius: 0 !important;
    width: auto;
}

.list-group-item-action:hover {
    z-index: 2;
    color: #fff;
    background-color: #1a1a1a;
    border-color: #1a1a1a;
}
