/*spacey 2021 - custom elements*/
#intro h1::after {
	background-image: linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
}

#intro h1:after {
    display: block;
    content: '';
   
    height: 2px;
    margin: 0.1em 0 0.1em 0;
    border-radius: 2px;
}

#intro h2 {
	text-align: center;
}

#intro fieldset {
	text-align: center;
	display:  block;
}

#intro button {
	color: #636363 !important;
	font-size: 5rem;
	text-decoration: none;
	border:  none;
	margin: 0.5rem;
	padding:  0;
	min-width: 5rem;
	height: 5rem;
	max-height: 5rem;
	border-radius: 0;
	display: block;
	float:  left;
	box-shadow: none;

}

#intro button img {
	height:  100%;
	width: 100%;
	margin:  0;
	padding: 0;
	vertical-align: top !important;
}

#intro button:hover {
	color:  #cc9933 !important;

}