{% block title %}Archive – Notes{% endblock %}
 
 {% block content %}
-<h2>Archive</h2>
+<h2 class="container mt-5">Archive</h2>
 
 {% if years %}
 <ul>
 
 {% block title %}Archive {{ month }} / {{ year }} – Notes{% endblock %}
 
 {% block content %}
-<h2>Archive {{ month }} / {{ year }}</h2>
+<h2 class="container mt-5">Archive {{ month }} / {{ year }}</h2>
 
 {% if notes %}
 <ul>
 
 {% block title %}Archive {{ year }} – Notes{% endblock %}
 
 {% block content %}
-<h2>Archive {{ year }}</h2>
+<h2 class="container mt-5">Archive {{ year }}</h2>
 
 {% if months %}
 <ul>