diff --git a/content/_index.de.md b/content/_index.de.md
index 06c3182..a63cc4a 100644
--- a/content/_index.de.md
+++ b/content/_index.de.md
@@ -127,3 +127,14 @@ Die PRO-Version befindet sich noch in der Entwicklung.
PRO version in progress
+
+## Newsletter
+
+Melde dich an um die Neuigkeiten und Updates über nakamochi zu erhalten.
+
+
diff --git a/content/_index.it.md b/content/_index.it.md
index 426dac4..297eb54 100644
--- a/content/_index.it.md
+++ b/content/_index.it.md
@@ -133,3 +133,14 @@ L'edizione PRO è ancora in progettazione.
PRO version in progress
+
+## Newsletter
+
+Iscriviti alla newsletter per ricevere gli aggiornamenti sullo stato del progetto.
+
+
diff --git a/content/_index.md b/content/_index.md
index f0aac65..b575e24 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -125,3 +125,14 @@ The PRO edition is still work-in-progress.
PRO version in progress
+
+## Newsletter
+
+Sign up to receive news and updates about nakamochi.
+
+
diff --git a/sass/_pico.scss b/sass/_pico.scss
index 4e42905..9f82b4e 100644
--- a/sass/_pico.scss
+++ b/sass/_pico.scss
@@ -37,7 +37,7 @@ progress,
@import "_pico/content/typography"; // a, headings, p, ul, blockquote, ...
@import "_pico/content/embedded"; // audio, canvas, iframe, img, svg, video
@import "_pico/content/button"; // button, a[role=button], type=button, type=submit ...
-//@import "_pico/content/form"; // input, select, textarea, label, fieldset, legend
+@import "_pico/content/form"; // input, select, textarea, label, fieldset, legend
//@import "_pico/content/form-checkbox-radio"; // type=checkbox, type=radio, role=switch
//@import "_pico/content/form-alt-input-types"; // type=color, type=date, type=file, type=search, ...
@import "_pico/content/table"; // table, tr, td, ...