diff --git a/index.html b/index.html
index 5809e52..e6d602f 100644
--- a/index.html
+++ b/index.html
@@ -6,6 +6,7 @@
+
@@ -402,6 +403,12 @@ ICT in de lerarenopleiding
+
+
diff --git a/styles/custom.css b/styles/custom.css
new file mode 100644
index 0000000..c32a6e2
--- /dev/null
+++ b/styles/custom.css
@@ -0,0 +1,14 @@
+.button {
+ background-image: linear-gradient(to bottom, #3498db, #2980b9);
+ border-radius: 28px;
+ padding: 20px 25px;
+ border: 3px solid #275c91;
+}
+.button * {
+ color: #ffffff !important;
+ background: none !important;
+}
+.button:hover {
+ background: #3cb0fd;
+ background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
+}