h1 {
  text-align: center;
  color:rgb(255, 150, 230);
  font-family: "Lucida Console", "Courier New", monospace;
  margin-top: 130px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

h2 {
  text-align: center;
  font-family: "Lucida Console", "Courier New", monospace;
  color:rgb(255, 150, 230);
}

p {
  text-align: center;
  color:rgb(75, 195, 0);
  font-family: "Lucida Console", "Courier New", monospace;
  margin-top: 2px;
  margin-bottom: 2px;
}

button {
  margin:auto;
  display:block;
  margin-top: 10px;
  margin-bottom: 4px;
  font-family: "Lucida Console", "Courier New", monospace;
  background-color: #ffffff;
  border: 2px solid rgb(255, 212, 41);;
  border-radius: 5px;
  padding-block: 2px;
  padding-inline: 5px;
  font-size: 10px;
}

a {
  text-decoration: none;
  color:rgb(255, 191, 0);
}