body {

	background-color: black;

}

#v {

	height: auto;
	width: 15%;

}

#h {

	height: auto;
	width: 46%;

}

.centered {

	text-align: center;
	margin-top: 5%;
	margin-bottom: 8%;

}

 @media only screen and (max-width: 700px) {

 	#v {

	height: auto;
	width: 30%;

}

#h {

	height: auto;
	width: 92%;

}