body {
  padding: 0;
  margin: 0;
}
input[type="text"] {
  font-size: 25px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  padding: 15px;
}
input[type="text"]::-webkit-input-placeholder {
  color: #ff3485;
}
input[type="text"]:-moz-placeholder {
  color: #ff3485;
  opacity: 1;
}
input[type="text"]::-moz-placeholder {
  color: #ff3485;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder {
  color: #ff3485;
}
input[type="text"]::-ms-input-placeholder {
  color: #ff3485;
}
input[type="text"]::placeholder {
  color: #ff3485;
}
