.enviar { width: 40%; padding: 15px 0; font-size: 18px; font-weight: bold; color: white; background: orange; border: none; border-radius: 5px; transition: all ease-in-out 0.5s; cursor: pointer; }
.enviar:hover { background: darkorange; }
.enviar:active { transform: scale(0.9); }