.btn-main{
    background-color:rgb(2,116,190);
    transition: all .2s linear;
}
.btn-main:hover{
    background:#02afc0
}