body {
font : 16px "Trebuchet MS", verdana, arial, sans-serif;
background : black;
color : #b2b2b2;
}
#wrap {
width: 100%;
margin: 0 auto;
padding : 0;
display: flex;
align-content: center;
justify-content: center;
}

.imgBox{
	width: 100%;
	padding: 10%;
	display: flex;
	flex-direction: column;
align-content: center;
justify-content: center;
}

.imgBox img{
	width: 100%;
}


p {
margin : 20px;
}
h2 {
font-size: 19px;
text-align: center;
}


@media (max-width:600px) {
	#wrap{
		padding-top: 6rem;
	}
}