.tabs {
    font-size: 0.8rem;
}

.tabs .nav-item.active .nav-link {
    color: #ffffff;
    font-weight: bold;
    background-color: #d4894b;
    border-radius: 15%;
}

.tabs .nav-item:hover .nav-link {
    color: #ffffff;
    background-color: #ff5500;
    border-radius: 15%;
}

.tabs p {
    font-size: .9rem;
    padding:0px;
    margin: auto; 
}