.textinput  {
font-family: "Moon Get", arial, sans-serif;
font-weight: bold;
font-size: 32pt;
text-align: center;
background-color: #FED7FF;
color: #f049ff;
border-radius: 10px;
padding: 4px;
outline: none;
border: 0;
}
.textinput::placeholder {
    color: #f049ff;
    font-weight: bold;
}