.ml3 {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow';
  font-weight: 700;
  font-size: 3.5em;
  color: white;
  text-shadow: #000 4px 4px ;
}

.botao {
  display: inline-block;
  margin: 1em;
  padding: 0.5em 1em;
  text-decoration: none;
  background: rgb(201, 181, 95);
  color: white;
  border: 0;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
  border-radius: 0em;
  box-shadow: 3px 3px 0 1px rgb(128, 105, 30);

  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
/*.button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}*/