Mikhail is Awesome here are the top 10 reasons why I’m awesome.
.btn{
cursor: pointer;
box-shadow: 5px 5px 5px #070A51, 10px 10px 10px gray;
-webkit-transition-duration: 0.3s; transition-duration: 0.3s;
-webkit-transition-property: box-shadow, transform;
transition-property: box-shadow, transform;
}
.btn:hover, .btn:focus, .btn:active{
box-shadow: 5px 5px 5px #070A51, 10px 10px 10px gray;
-webkit-transform:scale(1.03);
transform: scale(1.03);
}