/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
h1#headerNames {
	margin-top: 10%;
	color: #666666;
	font-family: Georgia, serif;
	font-size: 150px;
	text-align: center;
	cursor: pointer;
}

.button {
	width: 400px;
	margin: auto;
	padding: 20px;
	background: #1fa91f;
	border: 3px solid #fff;
	border-radius: 10px;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	cursor: pointer;
}

#stopButton {
	background: #ff0000;
	display: none;
}


@media only screen and (max-width: 600px) {
	h1 {
		font-size: 50px;
	}
}
