.bg-dark {
    background: #404A55;
}

.bg-night-dark {
    background: #0E1014;
}

.bg-gradient-dark {
    background: linear-gradient(#404A55, #0E1014);
}

.bg-warning {
    background: #F9C000;
}

.right-angle {
    border-radius: 0;
}

.color-dark {
    color: #404A55;
}

.nav-link-style {}
.nav-link-style.a:hover {
    border-bottom: .1rem solid #404A55;
}

.type-square {
    list-style-type: square;
}

/*Text size*/

/*End text size*/


