.input{
    background-color: white;
    border: 2px;
    border-radius: 10px;
    outline: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
     color: black;
  font-family: Rubik-Regular;
  src: url(Rubik-Regular.ttf);
  font-size: large;
  text-align: center;
}
