/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
body { 
  background-color: #101010; 
}

.display {
  font-family: 'Arial';
  color: #000000;
  margin: 50px auto 0 auto;
  text-align: center; 
}


h2 {
  font-size: 56px;
}

.btn-bar button {
  background-color: #800000;
  border: none;
  color: #000000;
  font-weight: bold;
  border-radius: 2px;
  transition: all .3s ease;
}

.btn-bar button:hover {
  background-color: #277dba;
  position: relative;
  bottom: 3px;
}