Prefer header and footer elements over div
From the HTML specification:
Authors are strongly encouraged to view the div element as an element of last resort, for when no other element is suitable. Use of more appropriate elements instead of the div element leads to better accessibility for readers and easier maintainability for authors.
Two semantic elements, header
and footer
, seem like a good fit.