body {
  text-align: center;
  color: #00ff00;
  background-color: #000000;
  font-family: "Courier New", monospace;
}

button {
  color: #00ff00;
  background-color: #000000;
  font-family: "Courier New", monospace;
  font-size: 30px;
}

#brownie {
  cursor: pointer;
}

#cookie {
  display: none;
}