diff --git a/cadastro.css b/cadastro.css
index 1af3864..617d077 100644
--- a/cadastro.css
+++ b/cadastro.css
@@ -2,5 +2,5 @@ form {
height: 90%;
}
.cadastro_h1 {
- color: beige;
+ color: rgb(233, 233, 233);
}
diff --git a/login.css b/login.css
index f88b6a0..3219d19 100644
--- a/login.css
+++ b/login.css
@@ -7,7 +7,7 @@ body {
padding: 0;
margin: 0;
font-family: "Roboto", sans-serif;
- color: beige;
+ color: rgb(0, 0, 0);
}
main {
display: flex;
diff --git a/readme.md b/readme.md
index 8724cf3..3d31e7f 100644
--- a/readme.md
+++ b/readme.md
@@ -2,7 +2,7 @@
## Descrição:
-- Projeto responsivo desenvolvido utilizando tecnologias de front-end. Desenvolvi no meu curso de programação web no Instituto Proa.
+- Site responsivo utilizando tecnologias front-end. O "Formulario Viagens" é um projeto com base em sites de viagens.
diff --git a/viagens.css b/viagens.css
index b5ce451..736ef04 100644
--- a/viagens.css
+++ b/viagens.css
@@ -18,7 +18,7 @@ header {
}
header img {
- width: 150px;
+ width: 180px;
}
header a {
diff --git a/viagens.html b/viagens.html
index 832593c..23ebbd1 100644
--- a/viagens.html
+++ b/viagens.html
@@ -25,7 +25,7 @@