#input1{
text-align: center;
font-size: 30px;
color: #6D3F11;
font-family: 'Brush Script MT', cursive;
font-weight: 900;
border-style: none;
background-color: rgba(0,0,0,0);
}

#input1:focus  {
border-color: #6D3F11;
outline: none;
} 

#input1::placeholder{ 
  font-family: 'Brush Script MT', cursive;
  font-weight: 900;
  opacity: 0.5;
  color: #6D3F11;
  }
  