.enviar{
width: 40%;
padding: 10px 25px;
box-sizing: border-box;
font-size: 18px;
font-weight: bold;
color: #161717;
background: #4ca1bb;
border: none;
border-radius: 5px;
transition: 1s all;
cursor: pointer;
}
.enviar:hover{
background: #295863;
cursor: pointer;
transform: scale(1.2);
}