.inv_input{
  background: transparent; /* fundo invisível */
  border: none;            /* sem borda */
  outline: none;           /* sem contorno ao focar */
  color: black;
  font-size: 30px;
  font: inherit; 
  font-weight: 900;
  text-align: center;
  font-family: sans-serif;
}