h1 {
  text-align: center;
  color: rgb(0, 119, 255);
  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(0, 119, 255);
}

p {
  text-align: center;
  color: rgb(255, 0, 123);
  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(170, 0, 255);

  border-radius: 5px;
  padding-block: 2px;
  padding-inline: 5px;
  font-size: 10px;
}

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

}