/* Text Adjustments */
	/* Alignment */
	.headings, p.intro, #navbar button {
		text-align: center;
	}
	/* Size */
	p.headings {
		font-size: 50px;
	}
	h1 {
		font-size: 100px;
	}
	h2 {
		font-size: 80px;
	}
	h3 {
		font-size: 60px;
	}
	p {
		font-size: 40px;
	}
	#navbar button {
		font-size: 25px;
	}
	/* Line height */
	#headings {
		line-height: 20px;
	}
	/* Color */
	p.text, p.intro{
		color: #ff4000;
		background-color: transparent;
		margin-top: auto;
		margin-right: 5px;
		margin-left: 5px;
		margin-bottom: auto;
	}
	/* Weight */
	#intro p.intro {
		font-weight: bold;
	}