* {
	margin: 0;
	padding: 0;
}
html {
	width: 100%;
	height: 100%;
	background-color: hsl(349, 21%, 15%);
	background-image: linear-gradient(to bottom, hsl(349, 11%, 22%) 0%, hsl(349, 11%, 15%) 100%);
	
	//background-repeat: no-repeat;
	
	/*background-image: url(images/white-paper-texture.png);
	background-blend-mode: overlay;*/
	
	scroll-behaviour: smooth;
}
body {
	width: 100%;
	height: 100%;
	
	 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	 
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
	
	color: hsl(25, 21%, 52%);
}
a {
	text-decoration: none;
}
h1 {
	color: hsl(35, 36%, 70%);
	font-size: 40px;
}
h2 {
	color: hsl(35, 36%, 65%);
	font-size: 27px;
}
p {
	
}
#appIcon {
	//box-shadow: 0 1px 22px #2e1513;
	//-webkit-filter: drop-shadow(0 1px 22px #2e1513);
	filter: drop-shadow(0 1px 22px #2e1513);
	overflow: visible !important;
	margin-bottom: 20px;
}
.gradientText {
	background: linear-gradient(hsl(0, 21%, 42%) 0%, hsl(0, 20%, 62%) 19.2%, hsl(22, 21%, 42%) 51.7%, hsl(12, 21%, 42%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;

	filter: drop-shadow(0 1px 8px #2e1513);
}
main > header > p {
	margin-top: 20px;
	font-size: 20px;
	font-family: Marker Felt, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: normal;
	color: hsl(50, 60%, 50%);
	letter-spacing: .7px;
	line-height: 1.6;
	filter: drop-shadow(0 1px 2px hsl(35, 35%, 19%));
	
}
#privacy main > header > p {
	line-height: 1.6;
	color: hsl(50, 45%, 50%);
}
main > header > a.roundButton {
	margin-top: 20px;
	font-size: 21px;
	font-family: Marker Felt;
	font-weight: normal;
	color: #735e40;
	letter-spacing: .5px;
	background-image: linear-gradient(to bottom, hsl(35, 35%, 69%) 0%, hsl(35, 33%, 57%) 100%);
	padding: 8px;
	border-radius: 20px;
	display: block;
	text-shadow: 1px 1px 3px #dfd2c0;
	text-decoration: none;
}