Jun 16, 2025

Pay Me In Bitcoin

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.pos-button {
  display: inline-block;
  background-color: #FF8C00;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  padding: 16px 32px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.pos-button:hover {
  background-color: #E67E22;
}

.button-text {
  display: inline-block;
  vertical-align: middle;
}