.root-div-ibms {
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.root-div-ibms header, .root-div-ibms footer {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 1em 0;
}

.root-div-ibms main {
    padding: 20px;
}

.root-div-ibms main section {
    margin-bottom: 40px;
}

.root-div-ibms main section h1, 
.root-div-ibms main section h2, 
.root-div-ibms main section h3, 
.root-div-ibms main section h4, 
.root-div-ibms main section h5, 
.root-div-ibms main section h6 
 {
    font-weight: 600;
}
	
.ibms-btn {
    color: #fff;
	border-color: #fff;
}

.ibms-nav {
    display: flex;
}

.ibms-nav a {
    margin: 0 10px;
    color: white;
    text-decoration: none;
}

.ibms-p-ul {
	margin-bottom: 0.25rem;
}