/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
body {
	font-family: Arial, sans-serif;
}

h1 {
	text-align: center;
}

form {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 50px;
}

label {
	margin-right: 10px;
}

input[type="number"],
select {
	margin-bottom: 10px;
	padding: 5px;
}

button {
	margin-top: 10px;
	padding: 5px 10px;
	background-color: #4CAF50;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

button:hover {
	background-color: #FFFFFF;
}

#result {
	margin-top: 50px;
	font-size: 24px;
	text-align: center;
}
