Put something like this into your stylesheet:
.start {
position: fixed;
bottom: 1em;
left: 50%;
transform: translate(-50%, -50%);
}
Then add the button like this:
<div class="start"><<button "Start">><</button>></div>
The bottom will now always be in the position specified in the css on the passage you put it in.