h1 {
  font-family: courier new;
  text-align: center;
  color: white;
}

p {
  color: white;
  text-align: center;
}

p1 {
  text-align: center;
  color: #303030;
  font-size: 10px;
}

body {
  background-color: black;
}

form {
  color: white;
  font-size: 40px;
  font-family: Courier New;
  text-align: center;
}

input {
  background-color: black;
  color: white;
}