diff --git a/templates/base.html.j2 b/templates/base.html.j2
index 9b4b84f..965921a 100644
--- a/templates/base.html.j2
+++ b/templates/base.html.j2
@@ -1,38 +1,29 @@
- {% block title %}My Puzzle Game{% endblock %}
-
-
+{% block title %}My Puzzle Game{% endblock %}
+
-
+
+
+
{% if request.session.peek_flash() %}
{% for message in request.session.pop_flash() %}
diff --git a/templates/daily_puzzle.html.j2 b/templates/daily_puzzle.html.j2
index 1178ecc..e9145b5 100644
--- a/templates/daily_puzzle.html.j2
+++ b/templates/daily_puzzle.html.j2
@@ -67,7 +67,7 @@
max-width: 640px;
min-width: 300px;
aspect-ratio: 1 / 1; /* Maintain square aspect ratio */
- border: 1px solid #ccc;
+ border: 0px;
background-color: #eee;
margin: 0 auto;
}