@charset "UTF-8";
/* CSS Document */

.presentations h2 {
	text-align: center;
}

.presentations p {
	padding-left: 1rem;
	padding-right: 1rem;
}

footer {
	position: absolute;
	bottom: 0;
	left: 2rem;
	right: 2rem;
}

@media only screen and (max-width: 1000px) {
	
	footer {
		position: relative;
		left: 0;
		right: 0;
	}	
	
}