diff --git a/css/eventos.css b/css/eventos.css
new file mode 100644
index 0000000..fa4eddd
--- /dev/null
+++ b/css/eventos.css
@@ -0,0 +1,25 @@
+@import url('./menu.css');
+
+body {
+ margin: 0;
+}
+
+h1 {
+ text-align: center;
+}
+
+.eventos-container {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ flex-direction: column;
+ width: 100vw;
+}
+
+
+footer {
+ position: absolute;
+ bottom: 50px;
+ text-align: center;
+ margin-inline: 20px;
+}
\ No newline at end of file
diff --git a/index.html b/index.html
index 9b2223d..e8f6cb5 100644
--- a/index.html
+++ b/index.html
@@ -21,6 +21,7 @@
Extinções
Parques naturais
Formulário
+ Eventos