diff --git a/Project01.html b/Project01.html
deleted file mode 100644
index b5cb94e..0000000
--- a/Project01.html
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
-
-
- Projeto 01
-
-
-
- Qual dessas marcas de carro você gosta mais?
- Which of these car brand do you like the most?
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/Project01/Project01.CSS b/Project01/Project01.CSS
new file mode 100644
index 0000000..2e92941
--- /dev/null
+++ b/Project01/Project01.CSS
@@ -0,0 +1,73 @@
+body,
+html {
+ height: 100%;
+ margin: 0;
+ font-family: Arial, Helvetica, sans-serif;
+}
+
+* {
+ box-sizing: border-box;
+}
+
+button {
+ margin-right: 5px;
+ margin-top: 5px;
+ color: #ffffff;
+ background-color: #00000096;
+ border: solid #ff0000;
+ border-radius: 2px;
+ flex-wrap: wrap;
+}
+
+button:hover {
+ background-color: #919191;
+}
+.bg-image {
+ /* The image used */
+ background-image: url("https://www.sanitecsolution.com.br/images/servicos/limpeza-em-concessionaria-de-automoveis-02.jpg");
+
+ /* Add the blur effect */
+ filter: blur(8px);
+ -webkit-filter: blur(2px);
+
+ /* Full height */
+ height: 100%;
+
+ /* Center and scale the image nicely */
+ background-position: center;
+ background-repeat: no-repeat;
+ background-size: cover;
+}
+
+.item {
+ flex-wrap: wrap;
+ max-width: 400px;
+ position: absolute;
+ text-align: center;
+ top: 50%;
+ left: 35%;
+ transform: translate(-0%, -20%);
+ z-index: 5;
+}
+/* Position text in the middle of the page/image */
+.bg-text {
+ background-color: #000000;
+ /* Fallback color */
+ background-color: #00000096;
+ /* Black w/opacity/see-through */
+ color: #ffffff;
+ font-weight: bold;
+ border: 3px solid #ffffff;
+ position: absolute;
+ top: 30%;
+ left: 50%;
+ transform: translate(-50%, -50%);
+ z-index: 2;
+ width: 70%;
+ padding: 20px;
+ text-align: center;
+}
+
+h1 {
+ font-size: 50px;
+}
\ No newline at end of file
diff --git a/Project01/Project01.html b/Project01/Project01.html
new file mode 100644
index 0000000..11cf615
--- /dev/null
+++ b/Project01/Project01.html
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
What is your favorite car brand?
+ Qual é a sua marca de carro favorita?
+
+
+