html {
	height: 99%;
}

body {
	display: grid;
	place-items: center;
	height:100%;
	background-color: #151833;
	line-height: 0px;
	max-width: 900px;
	margin: auto;
	padding: 0;
}

a:link {
	color: #e8e8e8;
	text-decoration: none;
}

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

a:hover {
	color: #f3869a;
	text-decoration: none;
}

p {
	margin: 10px;
}

h1 {
	margin: 10px;
}

h2 {
	margin: 10px;
}

h3 {
	margin: 10px;
}

a:active {
	color: #f3869a;
	text-decoration: none;
}

.wrapper {
	display: flex;
	flex-direction: column;
	vertical-align: middle;
	height: 100%;
	text-align: center;
	justify-content: center;
	align-items: center;
	padding: 0;
}

.images {
	max-width: 95%;
	height: auto;
}

.txthiddenhead {
	color: #151833;
	font-family: 'Public Sans', Arial, sans-serif;
	display: none;
	font-weight: normal;
	text-align: center;
	max-width: 80%;
	word-wrap: break-word;
}

.txthead {
	color: #e8e8e8;
	font-family: 'Public Sans', Arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	max-width: 80%;
	word-wrap: break-word;
}

.txtsubhead {
	color: #e8e8e8;
	font-family: 'Public Sans', Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	max-width: 80%;
	word-wrap: break-word;
}

.txtmain {
	color: #e8e8e8;
	font-family: 'Public Sans', Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	max-width: 80%;
	word-wrap: break-word;
	line-height: 1.2;
}

.txtpassword {
	color: #f3d14b;
	font-family: Courier, monospace;
	font-size: 1.6em;
	font-weight: bolder;
	text-align: center;
	margin-bottom: 1.1em;
	margin-top: 1.1em;
}

.txtpasswordsmaller {
	color: #f3d14b;
	font-family: Courier, monospace;
	font-size: 1.2em;
	font-weight: bolder;
	text-align: center;
	margin-bottom: 1.1em;
	margin-top: 1.1em;
}

.txtbrand {
	color: #e8e8e8;
	font-family: 'Public Sans', Arial, sans-serif;
	font-size: x-small;
	font-weight: normal;
	text-align: center;
}

.txtmainfooter {
	color: #e8e8e8;
	font-family: 'Public Sans', Arial, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
	max-width: 95%;
	word-wrap: normal;
	line-height: 1.2;
}

.easybutton {
	background-color: #12bab4;
	border: none;
	border-radius: 4px;
	color: #151833;
	cursor: pointer;
	display: inline-block;	
	font-family: 'Public Sans', Arial, sans-serif;
	font-weight: 500;
	font-size: medium;
	margin: 0 4px;
	padding: 0.4rem 0.5rem;
	text-align: center;
	text-decoration: none;
}

.moderatebutton {
	background-color: #b59ad6;
	border: none;
	border-radius: 4px;
	color: #151833;
	cursor: pointer;
	display: inline-block;
	font-family: 'Public Sans', Arial, sans-serif;
	font-weight: 500;
	font-size: medium;
	margin: 0 4px;
	padding: 0.4rem 0.5rem;
	text-align: center;
	text-decoration: none;
}

.complexbutton {
	background-color: #db964d;
	border: none;
	border-radius: 4px;
	color: #151833;
	cursor: pointer;
	display: inline-block;
	font-family: 'Public Sans', Arial, sans-serif;
	font-weight: 500;
	font-size: medium;
	margin: 0 4px;
	padding: 0.4rem 0.5rem;
	text-align: center;
	text-decoration: none;
}

.wackybutton {
	background-color: #ce979a;
	border: none;
	border-radius: 4px;
	color: #151833;
	cursor: pointer;
	display: inline-block;
	font-family: 'Public Sans', Arial, sans-serif;
	font-weight: 500;
	font-size: medium;
	margin: 0 4px;
	padding: 0.4rem 0.5rem;
	text-align: center;
	text-decoration: none;
}

.otherbutton {
	background-color: #aca79a;
	border: none;
	border-radius: 4px;
	color: #151833;
	cursor: pointer;
	display: inline-block;
	font-family: 'Public Sans', Arial, sans-serif;
	font-weight: 500;
	font-size: medium;
	margin: 0 4px;
	padding: 0.4rem 0.8rem;
	text-align: center;
	text-decoration: none;
}

.copybutton {
	background-color: #0056b3;
	border: none;
	border-radius: 4px;
	color: #e8e8e8;
	cursor: pointer;
	display: inline-block;
	font-family: 'Public Sans', Arial, sans-serif;
	font-weight: 500;
	font-size: medium;
	margin: 0 4px;
	padding: 0.4rem 0.8rem;
	text-align: center;
	text-decoration: none;
}

.easybutton:hover {
	background-color: #15d6cf;
}

.moderatebutton:hover {
	background-color: #d0b1f6;
}

.complexbutton:hover {
	background-color: #fcad59;
}

.wackybutton:hover {
	background-color: #edaeb1;
}

.otherbutton:hover {
	background-color: #c6c0b1;
}

.copybutton:hover {
	background-color: #007BFF;
}