@font-face {
  font-family: "Pixelade";
  src: url("pixelade.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.form-field {
  background: transparent;      /* background transparan */
  border: 0px;
  text-align: center;           /* teks di tengah */
  font-family: "Pixelade", monospace;
  font-size: 16px;
  outline: none;
}

.form-field::placeholder {
  background: transparent;
  text-align: center;
}

.form-field::placeholder {
  background: transparent;
  text-align: center;
}
