body	 {
	background: blue;
	background-image: url('../img/background.png');
}

#main	{
	background: white;
	min-height: 500px;
	top: 100px;
}

.panel-heading	{
	font-weight: bold;
}

.carousel-caption	{
	font-size: 1.2em;
}

.justify_center	{
    justify-content: space-around;
}