﻿body {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
	flex-direction: column;
	margin: 0% 0% 0% 0%;
}

@media screen and (min-width: 960px){
body {
	display: flex;
	width: 100%;
	align-items: center;
	flex-direction: column;
	margin: 0px 0px 0px 0px;
}
}








