if you want to use position , in this case you need to give the width to btn and then it works
.buy-btn {
text-align: center;
position: absolute;
width:100px;
left:50%;
margin-left:-50px; /* please change it according to the width; always the half of width */
bottom: 10px;
}