diff --git a/hamels/index.html b/hamels/index.html
index e75075a..4caa2e7 100644
--- a/hamels/index.html
+++ b/hamels/index.html
@@ -5,6 +5,57 @@
Napoleon, Nationalisme en Propaganda
+body {
+
+ font-family: Arial, sans-serif;
+
+ text-align: center;
+
+ padding: 30px;
+
+ /* achtergrond met sovjet logo */
+
+ background-image: url("sovjet.png");
+
+ background-repeat: repeat;
+
+ background-size: 300px;
+
+ background-color: #ffffff;
+
+ color: black;
+
+}
+
+h1, h2, p, footer {
+
+ color: black;
+
+}
+
+p {
+
+ font-size: 18px;
+
+ max-width: 700px;
+
+ margin: 0 auto;
+
+}
+
+img {
+
+ width: 300px;
+
+ margin: 20px;
+
+ border: 3px solid black;
+
+ background-color: white;
+
+}
+
+
Napoleon, Nationalisme en Propaganda