I am struggling to align three buttons vertically on top of two divs that fill the page. Currently, I can only position them horizontally, and my attempts to center them have not been successful. I have tried various methods like flex, changing positions, and using Bootstrap classes but with no luck. Any advice or help is greatly appreciated.
Please refer to the second captured image for a rough idea of how I want the buttons positioned. The first image shows where I would like the dice to be placed after clicking the "roll dice" button.
HTML
<!-- HTML code here -->
CSS
/* CSS code here */
All the content is contained within a "wrapper" div. The buttons and image are inside the wrapper but outside the "player" divs. Thank you.