I need assistance aligning the h1 element with the specific class wish
to the center of its section, both horizontally and vertically. Unfortunately, I have been unable to achieve this thus far. Any guidance would be greatly appreciated.
Below you will find snippets of the HTML, CSS, and JS code related to the issue.
Note: Due to length constraints, only a portion of the HTML code is included here. If needed, I can provide the complete code.
The full CSS code is provided for better comprehension of the situation.
/* =================== WISH ================*/
// additional information...
<!--===== WISH =====-->
<section class="wish__section section" id="wish">
<h1 class="wish">Happy Birthday!</h1>
<canvas id="birthday">
</canvas>
</section>
</main>
<!--===== SCROLL REVEAL =====-->
<script src="https://unpkg.com/scrollreveal"></script>
<!--===== MAIN JS =====-->
<!-- script src="assets/js/main.js"></script -->