
@font-face {
 font-family: "Futura";
 src: local("Futura"),
      local("Futura"),
      url("../fonts/Futura.ttc");
}


*{

  font-family: 'Futura';

}



input{

  padding: 10px;
  border: 0px;
  color: #fff;
  font-style: italic;
  background: #3f51b5;
  cursor: pointer;

}

form{

  width: 250px;

}

h1{

  background: #2c83ca;
  width: inherit;
  color: #fff;
  font-style: italic;
  padding: 5px;

}
