@charset "utf-8";
/* CSS Document */
.container-fluid{
	background: #D8CBC3;
	margin:2% 2%;
	padding: 2%;
	font-family: 'Roboto', sans-serif;
	
}


.title{
	padding: 0% 1%;
}

















.btn-toolbar{
	padding: 2% 4% ;
}





footer{
	background:#D8CBC3;
	margin:2%;
	display:flex;
	 padding: 1%;
}

.copyright{
	margin:2%;
	display:flex;
	padding: 1%;
	justify-content:center;
	bottom: 10px;
}

.last{
	margin:2%;
}









