:root {
    --bs-primary: #e75593;
    --bs-primary-rgb: 231, 85, 147;
}

.shell {
    background-color: #000;
    color: white;
}

.link-primary:hover {
    color: rgb(160, 19, 78) !important;
    text-decoration-color: rgb(160, 19, 78) !important;
}