diff --git a/index.html b/index.html
index e2100c0..af8a097 100644
--- a/index.html
+++ b/index.html
@@ -2,6 +2,7 @@
¡Hola!
+
diff --git a/styles.css b/styles.css
index 58a9ad1..12a65cc 100644
--- a/styles.css
+++ b/styles.css
@@ -1,3 +1,16 @@
+.parrafo {
+ color:black;
+ font-size: 20px;
+ font-family: 'Patrick Hand', cursive;
+ display: flex;
+ justify-content: center
+}
+
+.lista {
+ border: 100px;
+ color: red
+ font-family: 'Patrick Hand', cursive;
+}
.boton-principal{
padding: 5px 5px;
text-align: center;
@@ -25,4 +38,4 @@
text-transform: uppercase;
background-color: rgba(51, 255, 0, 0.692);
color: white;
-}
\ No newline at end of file
+}