.nav {
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden;

}

/* Styling for the tabs */
.nav-pills .nav-link {
    color: #333;
    background-color: #f8f9fa;
    border-radius: 5px;
}

.nav-pills .nav-link.active {
    color: #000;
    background-color: white;
}

.nav-pills .nav-link:hover {
    background-color: #e9ecef;
}

.tab-pane {
    
    padding: 15px;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 5px;

}

.tab-pane h3 {
    color: #007bff;
}

.tab-pane p {
    color: #333;
}

#h3 {
    padding-left: 0px !important;
    margin-top: 0px !important;
}

#ul {
    display: flex;
    text-align: center;
}

ul{
    list-style-type: disc;
    padding-left: 25px;
}

ul li{
    margin-bottom: 10px;
    line-height: 20px !important;
    list-style-position: inside !important;
    

}
