* {
}

.bg-grey
{
    background-color: rgb(206 209 214);
}
.bg-darkest
{
    background-color: rgb(14, 14, 14);
}
.text-orange {
    color:rgb(247 98 40)
}
.bg-orange {
    border-color:rgb(192, 87, 45);
    background-color:rgb(247 98 40);
}
a.bg-orange:hover, .btn.bg-orange:hover {
    background-color:rgb(255, 116, 60);
}