diff --git a/css/base.css b/css/base.css
index 8fb2401..49fb404 100644
--- a/css/base.css
+++ b/css/base.css
@@ -86,6 +86,15 @@ nav {
margin: 0 auto;
}
+.emoji {
+ --emoji-size: 1.1em;
+ height: var(--emoji-size);
+ width: var(--emoji-size);
+ object-fit: contain;
+ position: relative;
+ top: 0.2em;
+}
+
.cursor {
color: var(--crust);
background-color: var(--text);
diff --git a/img/emoji/neodog_bite_neocat.png b/img/emoji/neodog_bite_neocat.png
new file mode 100644
index 0000000..5c83d5c
Binary files /dev/null and b/img/emoji/neodog_bite_neocat.png differ
diff --git a/index.html b/index.html
index a81b0ae..1cff433 100644
--- a/index.html
+++ b/index.html
@@ -47,10 +47,6 @@
@@ -59,7 +55,7 @@
this page instead
-
+
-