body {
	background-image: url(pics/background.jpg);
	background-size: 200px;
	margin: 0;
	padding: 0;
	background-position: center;

	align-items: center;

	color: red;
	font-family: Impact;
	box-shadow: 0 0 20px red;
}

p {
	background-color: black;
	background-position: center;
}

h1 {
	background-color: black;
}

h2 {
	background-color: black;
}
.pillar {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
	width: 80vw;
	max-width: 1536px;
	height: auto;
	min-height: 92.5vh;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px;
	box-sizing: border-box;
}
