html,
body {
	height: calc(100% - 70px);
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
.resp-container {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.resp-element {
	padding: 25px;
}
@media (max-width: 959px) {
	.resp-direction {
		flex-direction: column;
	}
}
@media (min-width: 960px) {
	.resp-direction {
		flex-direction: row;
	}
}	
footer {
	padding: 0 20px;
	text-align: center;
}
footer a {
	text-decoration: none;
	color: #007bff;
}
