diff --git a/_data/i18n.js b/_data/i18n.js
index 5817be8..16353a4 100644
--- a/_data/i18n.js
+++ b/_data/i18n.js
@@ -41,7 +41,7 @@ module.exports = {
homeAboutMeParagraph: `
My name is Adrian Victor, but I go by tenkuma on-line. I'm in high school's last year, also studying computing. My hobbies are music, music production, programming, selfhosting, Linux, and a lot more.
`,
- homeAboutMeParagraphTwo: `The name Tenkuma, or 天くま in japanese, means celestial bear and was given by a friend of mine that I lost contact a long time ago. Sakata is gone, but the name stayed and turned into an integral part of my digital self.`,
+ homeAboutMeParagraphTwo: `The name tenkuma, or 天くま in japanese, means celestial bear and was given by a friend of mine that I lost contact a long time ago. Sakata is gone, but the name stayed and turned into an integral part of my digital self.`,
homeSocialsAndContactParagraph: `
I'm publicly available at Mastodon (${globalValues.mastodon.username}),
GitHub (${globalValues.github.username}),
diff --git a/static/main.css b/static/main.css
index 037b8ad..faf8f48 100644
--- a/static/main.css
+++ b/static/main.css
@@ -816,6 +816,7 @@ header div:first-child {
flex-direction: column;
gap: 1em;
height: fit-content;
+ margin-bottom: 2em;
}
#telnetSimulation {