/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
body {
  font-family: sans-serif;
}

form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

label {
  margin: 8px 0;
}

input[type="number"] {
  width: 80px;
  height: 32px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
  margin: 8px 0;
}

button {
  width: 120px;
  height: 32px;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  background-color: #00bcd4;
  color: #fff;
  cursor: pointer;
  margin: 8px 0;
}

button:hover {
  background-color: #00acc1;
}

#result {
  margin: 16px 0;
  font-size: 16px;
  font-weight: bold;
}
