diff --git a/src/static/css/custom.css b/src/static/css/custom.css
index 516d831..6513687 100644
--- a/src/static/css/custom.css
+++ b/src/static/css/custom.css
@@ -46,12 +46,6 @@ pre {
}
-img.blur {
- width:367;
- height:459px;
- -webkit-filter: blur(10px);
- filter: blur(10px);
-}
/*@keyframes fadein{
0% { opacity:0; }
diff --git a/src/templates/index.html b/src/templates/index.html
index 7e0c507..7b617e1 100644
--- a/src/templates/index.html
+++ b/src/templates/index.html
@@ -7,7 +7,7 @@
-
+
{% endblock %}