body {
  font-family: 'Nahh', lucida console, monaco;
  align-items: center;
  margin: 0;
  padding: 0;
  z-index: 3;
  background-color: black;
}

h1 {
  font-style: 'Nahh', lucida console, monaco;
  color: #10f000;
  z-index: 3;
}

h2 {
  font-style: 'Nahh', lucida console, monaco;
  color: #04ff00;
  z-index: 3;
}

h3 {
  font-style: 'Nahh', lucida console, monaco;
  color: white;
  z-index: 3;
}

button {
  position: relative;
  width: 200px;
  padding: 15px 0;
  text-align: center;
  margin: 20px 10px;
  font-weight: bold;
  border: 2px solid #37ff00;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  overflow: hidden;
  text-transform: uppercase;
  z-index: 3;
}
