﻿@import url('../lib/bootstrap/css/bootstrap.css');
body {
    background-color: #231F20;
}

.colorFont {
    color: #F5842D !important;    
}

.colorComponente {
    color: #231F20 !important;
}

.nav-link:hover {
    background-color: #F5842D !important;
}