@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
}

html {
	margin: 0px;
	align-content: center;
}

p {
	font-size: 3em;
}

header {
	width: 100%;
	/*position: fixed;*/
	text-align: center;
}

h1 {
	position: sticky;
}

nav {
	
}

.bottom_wrapper {
	padding-top: 7em;
}