body { 
  background-color: #ffffff;
  text-align: center;
}

h2 {
  color: #000000;
  text-align: center;
  margin: 20px;
  font-size: 35px;
  font-family: 'Andale Mono', monospace !important;
}

p {
  line-height: 1;
  color: #000000;
  font-size: 14px;
  font-family: 'Andale Mono', monospace !important;
} 


.button {
  text-decoration: none;
  color: #000000;
  background: #ffffff;
  padding: 15px 40px;
  border-radius: 4px;
  font-size: 14px;
  font-family: 'Andale Mono', monospace !important;
  transition: all 0.2s ease-in-out;
}

.glow-button:hover {
  color: #c9c9c9);
  box-shadow: 0 5px 15px #c9c9c9;
}