diff --git a/assets/imagens/svg/image-facebook.svg b/assets/imagens/svg/image-facebook.svg
new file mode 100644
index 0000000..65142aa
--- /dev/null
+++ b/assets/imagens/svg/image-facebook.svg
@@ -0,0 +1,3 @@
+
diff --git a/assets/imagens/svg/image-instagram.svg b/assets/imagens/svg/image-instagram.svg
new file mode 100644
index 0000000..d2ac20f
--- /dev/null
+++ b/assets/imagens/svg/image-instagram.svg
@@ -0,0 +1,19 @@
+
diff --git a/assets/imagens/svg/image-youtube.svg b/assets/imagens/svg/image-youtube.svg
new file mode 100644
index 0000000..c2ef882
--- /dev/null
+++ b/assets/imagens/svg/image-youtube.svg
@@ -0,0 +1,3 @@
+
diff --git a/assets/style.css b/assets/style.css
index 40287bc..8e2e549 100644
--- a/assets/style.css
+++ b/assets/style.css
@@ -157,6 +157,28 @@
width: 100%;
}
+footer{
+ background-color: black;
+ padding: 38px 0;
+}
+
+.image-footers{
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ gap: 16px;
+
+}
+
+footer p {
+ color: #BDBDBD;
+ text-align: center;
+ margin-top: 16px;
+}
+
+
+
+
@media screen and (max-width:1024px) {
.main-title{
@@ -259,5 +281,9 @@
max-height: 414px;
object-fit: cover;
}
+
+ footer{
+ padding: 32px 0;
+ }
}
diff --git a/index.html b/index.html
index b02b222..6d87a8f 100644
--- a/index.html
+++ b/index.html
@@ -137,11 +137,29 @@
+
+
+