/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
header {
	text-align: center;
	margin-top: 50px;
}

h1 {
	font-size: 36px;
}

main {
	margin: 50px auto;
	width: 80%;
	text-align: center;
}

textarea {
	width: 100%;
	height: 200px;
	font-size: 18px;
	padding: 10px;
	margin-bottom: 20px;
	box-sizing: border-box;
}

button {
	font-size: 20px;
	padding: 10px 20px;
	border: none;
	background-color: #4CAF50;
	color: white;
	border-radius: 5px;
	cursor: pointer;
}

button:hover {
	background-color: #3e8e41;
}

p {
	font-size: 24px;
	margin-top: 20px;
}
