@font-face {
	font-family: 'ProzaLibreRegular';
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'NeocyrRegular';
	font-weight: normal;
	font-style: normal;
}

html {
	background: linear-gradient(white 420px, #686868);
	height: 200%;
}

body {
	margin: 0px;
	border: 0px;
	width: 100%;
}

h1 {
	font-family: 'NeocyrRegular';
	font-size: 78pt;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}

h2 {
	font-family: 'ProzaLibreRegular';
	font-size: 22pt;
	font-weight: normal;
	color: black;
	text-align: center;
	padding-bottom: 50px;
}

h3 {
	font-family: 'ProzaLibreRegular';
	font-size: 24pt;
	font-weight: normal;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}

h4 {
	font-family: 'ProzaLibreRegular';
	font-size: 14pt;
	font-style: italic;
	color: #686868;
	text-align: center;
}

p {
	font-family: 'ProzaLibreRegular';
	padding-left: 20%;
	padding-right: 20%;
}

button {
	color: #686868;
	border: none;
	background: none;
	width: 200px;
	font-family: 'ProzaLibreRegular';
	font-size: 16pt;
}

	button:disabled {
		color: black;
		pointer-events: none;
	}

	button:hover {
		color: black;
		text-decoration: underline;
		cursor: pointer;
	}

	button:active {
		transform: none;
		color: black;
	}
