body {
	background-color: black;
	font-family: Arial;
	color: white;
}

.heroheader {	
	font-size: 46px;
	align-content: center;
	text-align: center;
	margin-top: 50px;
	font-weight: bold;
}

.subheader {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

.links {
	width: 100%;
	text-align: center;
	justify-content: center;
	display: flex;
  	margin-left: auto;
  	margin-right: auto;
  	margin-top: 1%;
  	margin-bottom: 10px;
}

.links a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.5em;
	padding-right: 15px;
}

a {
	transition: color 0.5s;
	color: white;
}

a:hover {
	color: grey;
}

.tip {
	color: #C0C0C0;
	text-align: center;
	font-weight: bold;
}

.tip a {
	color: #FF0000
}

.final-message {
	color: #FF0000;
	text-align: center;
	max-width: 300px;
	margin: 15px auto;
	font-weight: bold;
}

.final-message .email {
	color: grey;
}



@media screen only and (min-width: 1025px) {
	/* Desktop Styling */
}

@media screen only and (max-width: 1024px) {
	/* Mobile Styling */
	.tip {
		font-size: 20px;
	}
}
