body {
	margin-top: 50px;
	font-family: ArialNarrow, sans-serif;
	background: #6a6a6a;
	
}

h1{
	text-align:center;	
	font-size: 42px;
	color: #ffffff;
	padding-bottom: 20px;
	border-bottom: 5px solid #C0C0C0;
	text-shadow: 3px 3px rgba(0, 0, 0, 0.8);
}

img{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	
}

a{
	text-decoration: none;
	color: #ffffff;
}

.wrapper{
	display: flex;  
    flex-direction: row;
	width: 100%;
	margin: auto;
	text-align:center;	
  display:inline-block;
  padding-bottom: 50px;
  border-bottom: 5px solid #C0C0C0;
}


.right, .left {
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 50px;
	display:inline-block;
}

.footer {
	padding-top: 20px;
	text-align:center;	
	
}