body {
  background: transparent;
  color: white;
  background-size: cover;
}

.box h1 {
  text-align: center!important;
}
tr {
  text-align: center;
  margin-top: 10px;
}
td {
  font-size: 18px;
}
.power div.line:nth-child(1) {
  text-align: center;
}
.power div.line:nth-child(2) {
  display: none;
}
.line .b {
  border-left: none!important;
}
.label {
  text-align: center;
}

h1 a {
  color: white;
}
.line .b {
  border-left: 10px solid white;
}
.line a {
  color: white; 
}
button, a.btn, .console a.token {
  background-color: orange!important;
  color: white;
  text-shadow: 0 0 5px black;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 5px;
  will-change: transform;
  transition-duration: 0.5s;
}
button:hover {
  transform: scale(1.05);
  transition-duration: 0.5s;
}	

.web3modal-modal-hitbox {
	pointer-events: none;
}