.forumlink
{
    color: #ffffff;
}


.btn-success
{
    background-color: green;
}

.btn-warning
{
    background-color: orange;
}

.list-group-item
{
    background-color: rgba(42,71,84,0.75);
    color: white;
}

.quote
{
    margin-left:15px;
    margin-right: 6px;
    margin-bottom: 6px;
    width: fit-content;
    background-color: rgba(30, 40, 50 ,0.3);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 5px;
    padding: 2px;
    color: white;
}


.superspecialcenterdiv
{
align-items: center;
justify-content: center;
display: grid;
font: normal normal normal 14px/1 FontAwesome;

    font-size: 14px;

font-size: inherit;

text-rendering: auto;
}