body
{  
	background-color: #ffffff; 
	margin: 0;
	padding-top: 120px !important;
}
.navbar-brand
{
	color: #2E006C !important;
	margin-left: 20px;
}
.nav-link
{
	margin: 0 10x;
	color: #1C003D !important;
}
.navbar
{ 
	color: #2E006C !important;
	background-color: #D3ABFF !important;
	position: flex;
	width: 100% !important;
	min-height:60px; 
	font-size:15px; 
	padding: 0;
	display: flex;
}

#main_nav 
{
	display: flex;
	margin: 0 auto;
}
.sekcja1
{	  
	padding-top: 40px;
	height:auto;
	width:auto; 
	text-align:left;
	border-color:blue; 
	border-width:1px;
	margin-top:20px; margin-left:5px; margin-right:1px; margin-bottom:5px;	

}

.page-footer
{
	height: 30px; width:auto; font-size:20px; color:black; 
	margin-left:1px; margin-right:1px; margin-bottom:1px;	
}

.btn
{
	border-color: #2E006C;
	transition: all 0.2s ease-in-out;
}
.btn:hover
{
	transform: scale(1.1);
	border-color: #2E006C;
}