body
{  
	background-color: #ffffff; 
	margin: 0;
	padding-top: 80px;
    margin-left: 20px;
}
.navbar-brand
{
	color: #2E006C !important;
	margin-left: 20px;
}
.nav-link
{
	margin: 0 10x;
	color: #1C003D !important;
}
.navbar
{ 
	color: #2E006C !important;
	background-color: #D3ABFF !important;
	width: 100% !important;
	min-height:60px; 
	font-size:15px; 
	padding: 0;
}

.btn
{
	border-color: #2E006C;
	transition: all 0.2s ease-in-out;
}
.btn:hover
{
	transform: scale(1.1);
	border-color: #2E006C;
}
h1 
{
    font-size: 20px !important;
}