

.text-small {
    font-size: 0.9rem !important;
}

.header {
    background-color: #daf3f8;
    background-image: linear-gradient(to right, #00d2ff 0%, #3a7bd5 100%);
}

.section-1 {
    background: #f5f5f5;
}

.section-2 {
    background: #F1F1F1;
}

.section-3 {
    background: #EAEAEA;
}

.section-4 {
    background: #E5E5E5;
}
.active-link{
	border-radius: 15%;
	background-color: #d24d57;
	
}