.red {
    color: red;
}

.green {
    color: green;
}

.gold {
    color: #FDD017;
}

.yellow {
    color: yellow;
}

.center {
    text-align: center;
}

.fixed-bottom{
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}