diff --git a/Projeto_final_S34___Alunas_Gabriela,Jennifer_Lemos,_Lohana.ipynb b/Projeto_final_S34___Alunas_Gabriela,Jennifer_Lemos,_Lohana.ipynb
new file mode 100644
index 0000000..202b409
--- /dev/null
+++ b/Projeto_final_S34___Alunas_Gabriela,Jennifer_Lemos,_Lohana.ipynb
@@ -0,0 +1,376 @@
+{
+ "nbformat": 4,
+ "nbformat_minor": 0,
+ "metadata": {
+ "colab": {
+ "provenance": [],
+ "include_colab_link": true
+ },
+ "kernelspec": {
+ "name": "python3",
+ "display_name": "Python 3"
+ },
+ "language_info": {
+ "name": "python"
+ }
+ },
+ "cells": [
+ {
+ "cell_type": "markdown",
+ "metadata": {
+ "id": "view-in-github",
+ "colab_type": "text"
+ },
+ "source": [
+ ""
+ ]
+ },
+ {
+ "cell_type": "code",
+ "source": [
+ "import matplotlib.pyplot as plt\n",
+ "\n",
+ "# Criando a figura\n",
+ "plt.figure(figsize=(8, 6))\n",
+ "\n",
+ "# Adicionando o título estilizado\n",
+ "plt.text(0.5, 0.5, 'Segurança e Violação do Direito da Mulher',\n",
+ " fontsize=24, fontweight='bold', color='purple',\n",
+ " ha='center', va='center', fontstyle='italic')\n",
+ "\n",
+ "\n",
+ "plt.axis('off')\n",
+ "\n",
+ "# Exibir\n",
+ "plt.show()"
+ ],
+ "metadata": {
+ "colab": {
+ "base_uri": "https://localhost:8080/",
+ "height": 499
+ },
+ "id": "yaN_NNdMmBQd",
+ "outputId": "94210bc5-c8c5-4466-da78-4f81dd5f64d9"
+ },
+ "execution_count": null,
+ "outputs": [
+ {
+ "output_type": "display_data",
+ "data": {
+ "text/plain": [
+ "