diff --git a/index.html b/index.html
index 4628207..938478e 100644
--- a/index.html
+++ b/index.html
@@ -11,6 +11,7 @@
Titulo hecho en develop
+ HOLIIIIIIII
diff --git a/index.js b/index.js
index 60d4ebd..e2c5a37 100644
--- a/index.js
+++ b/index.js
@@ -1 +1,3 @@
-document.querySelectorAll('h1');
\ No newline at end of file
+document.querySelectorAll("h1");
+
+document.querySelector("h2");
diff --git a/styles.css b/styles.css
index 56cf2fe..8f93e25 100644
--- a/styles.css
+++ b/styles.css
@@ -1 +1,3 @@
-* {}
\ No newline at end of file
+* {
+ margin: 20px;
+}
\ No newline at end of file