line-height: 35px;
.btn-zak{
width:240px;
height:35px;
border:1px solid gray;
border-radius:5px;
display:block;
margin: 50px auto;
background:linear-gradient(to top, #fff0f5, #ffc1c1);
text-decoration:none;
font-size:17px;
color:black;
line-height:35px;
text-align:center;
}
.btn-zak:hover{
opacity: 0.5;
}
<a href="#" class="btn-zak">Текст кнопки</a>