
.ring-title {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    height: max-content;
}

.bg-yellow {
    background-color: #410141FF;
    color: white;
}

footer li a {
    color: white;
}

.bg-505 {
    background-color: #6b026b;
}

.fill-color:hover {
    fill: #6b026b;
}
.cat-bg{
    background-color:#6b026b;
    padding-left: 2px;
    text-align: center;
    margin-left: 20px;
}
.cat-bg a{
    width: 240px;
}
.button-wid {
    width: 6rem;
}

.ring-detail li {
    margin-bottom: .5rem;
}

.ring-detail li span {
    font-size: large;
    font-weight: 500;
}

.ring-detail li label {
    font-size: larger;
    font-weight: bold;
    color: #6a1a21;
}

figure audio {
    width: 80%;
    text-align: center;
}

@media (max-width: 992px) {
    .nav-button-mb {
        margin-bottom: 1.5rem;
    }
}


