.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;}
	
h3         {color: #1f5420;}

body       {background-image: url("images/reflect.png");
			background-repeat: no-repeat;
			background-size: cover;
			background-attachment: fixed;}
			
img {
	border-radius: 15px;
	border: 2px solid #424949;
}

.parent-container {
	background-color: rgba(255, 255, 255, 0.5);
	width:1200px;
	height: 950px;
	margin: auto;
	border: 2px solid #424949;
	border-radius: 15px;

}

