/* DECLARAÇÕES */
/*
.botoesDeclaracoes {
  margin: 3 2%;
  color: white;
  width: 110%;
  height: 55px;
  font-size: 22;
  border-radius: 10px;
  background: linear-gradient(to bottom, #6699ff 0%, #0066ff 100%);
}
.botaoComLinkSemDecoracao {
  color: white;
  text-decoration: none;
}
.tamanhoTextoDeclaracoes {
  font-family: Arial, sans-serif;
}

button:hover {
  cursor: pointer;
}
*/
