.download-buttom {
border: 1px solid transparent;
background: -webkit-linear-gradient(bottom, #87C03B, #98D647);
border-radius: 24px;
display: inline-block;
height: 50px;
margin-top: 40px;
width: 240px;
}
.download-buttom:hover {
background-color: #3C3C3C;
border: 1px solid #4694FF;
box-sizing: border-box;
}
background: -webkit-linear-gradient(bottom, #87C03B, #98D647);
background-image: -webkit-linear-gradient(bottom, #87C03B, #98D647);
background: [background-attachment || background-color || background-image || background-position || background-repeat]