
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

.faucet-wrapper {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
}

.faucet-container {
  padding: 8px;
  margin: 8px;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
}

.pow-faucet .faucet-page {
  width: 440px;
}

.pow-faucet .loading-spinner {
  padding: 16px 0;
}

.pow-faucet .loading-spinner .spinner {
  height: 30px;
  margin: 0 16px;
}

.pow-faucet .pow-faucet-home {
  text-align: center;
}

.pow-faucet .pow-faucet-home .image {
  max-width: 100%;
}

.pow-faucet .faucet-image {
  margin: 8px 8px 8px 8px;
}
 
@media screen and (max-height:700px) {
  .pow-faucet .faucet-image {
    display:none;
  }
}

.pow-info {
  margin-top: 16px;
}
