diff --git a/.htmlhintrc b/.htmlhintrc
new file mode 100644
index 0000000..19871d6
--- /dev/null
+++ b/.htmlhintrc
@@ -0,0 +1,12 @@
+{
+ "tagname-lowercase": true,
+ "attr-lowercase": true,
+ "attr-value-double-quotes": true,
+ "doctype-first": true,
+ "tag-pair": true,
+ "spec-char-escape": true,
+ "id-unique": true,
+ "src-not-empty": true,
+ "attr-no-duplication": true,
+ "title-require": true
+}
\ No newline at end of file
diff --git a/public/css/building.css b/public/css/building.css
index 0cd4b4c..adcb015 100644
--- a/public/css/building.css
+++ b/public/css/building.css
@@ -305,15 +305,15 @@ body {
.helmet {
top: 10px;
- left: 50%;
+ left: 40%;
transform: translateX(-50%);
}
/* AMULET */
.amulet {
- top: 80px;
- left: 50%;
+ top: 10px;
+ left: 60%;
transform: translateX(-50%);
}