.min-body {
    color:snow;
    min-height: calc(100vh - 100px);
    background-color:black;
}
.main-body {
    color:#5a5a5a;
    font-size: 12px;
    line-height: 120%;
}
.active-gradient {
    background: linear-gradient(to right, #c00000, #900000);
    color: white;
}
.active-font {
    color: #FF0000;
}
.inactive-gradient {
    background: linear-gradient(to right, #bdbdbd, #5a5a5a);
    color: rgb(213, 213, 213);
}
.inactive-font {
    color: #bdbdbd;
}