

.resumeContainer {

	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;


}



.resume {
	margin: auto;
	width: 80%;
	height: 1000px;
	padding: 35px;
}

@media (max-width: 800px) {

	.resume {
	height: 600px;
	padding: 35px;
	}

}

