html, body {
	font: bold 34px -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: 500;
	color: #C0C0C4;
	text-align: left;
	line-height: 1.19;
}


#content {
	margin-left: 26px;
	margin-top: 75px;
	margin-bottom: 20px;
}

.message {
	padding-right: 20%;
}

h1 {
	color: #000;
}

h2 {
	color: #000;
}

p {
	margin-top: 40px;
	max-width: 800px;
}

a {
	color: #C0C0C4;
	text-decoration: none;
}

a.visited {
	color: #C0C0C4;
	text-decoration: none;
}

#nudge1 {
		margin-left: -1px;
	}

#nudge2 {
	margin-left: -2px;
}

@media (max-width: 600px) {
	p {
		max-width: 90%;
	}
}

@media (min-width: 376px) and (max-width: 414px) {
  #content {
		margin-left: 30px;
		margin-top: 90px;
	}

	html, body {
		font: bold 36px -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		font-weight: 500;
		color: #C0C0C4;
		text-align: left;
		line-height: 1.19;
	}
	
}

@media (min-width: 813px) {
  #content {
		margin-left: 80px;
		margin-top: 130px;
	}

	html, body {
		font: bold 34px -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		font-weight: 400;
		color: #C0C0C4;
		text-align: left;
		line-height: 1.15;
	}

	a:hover {
		color: #B1B1B5;
	}
}

@media (min-width: 375px) and (max-width: 812px) and (orientation: landscape) {
  #content {
		margin-left: 40px;
		margin-top: 50px;
	}

	html, body {
		font: bold 32px -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		font-weight: 500;
		color: #C0C0C4;
		text-align: left;
		line-height: 1.19;
	}

	p {
		margin-top: 28px;
	}
}