diff --git a/README.md b/README.md
index f6e40bc..04f0a78 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
Building a functional clone of Facebook.
-Built with Rails 5.2. Powered by black coffee.
+Built with Rails 5.2. Powered by teal coffee.
## Developers Team
diff --git a/app/views/devise/registrations/new.html.erb b/app/views/devise/registrations/new.html.erb
index 88787e6..afa3860 100644
--- a/app/views/devise/registrations/new.html.erb
+++ b/app/views/devise/registrations/new.html.erb
@@ -31,7 +31,7 @@
- <%= f.submit "Sign up", class:'ui purple basic button' %>
+ <%= f.submit "Sign up", class:'ui teal basic button' %>
<% end %>
diff --git a/app/views/devise/sessions/new.html.erb b/app/views/devise/sessions/new.html.erb
index 34fcde9..fb3ed2e 100644
--- a/app/views/devise/sessions/new.html.erb
+++ b/app/views/devise/sessions/new.html.erb
@@ -21,7 +21,7 @@
<% end %>
- <%= f.submit "Log in", class: 'ui purple basic button' %>
+ <%= f.submit "Log in", class: 'ui teal basic button' %>
<%= render "devise/shared/links" %>
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index 82e5bba..35172e9 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -1,7 +1,7 @@
- FacebookApp
+ Fakebook
<%= csrf_meta_tags %>
<%= csp_meta_tag %>
@@ -10,7 +10,7 @@
-
diff --git a/app/views/shared/_signout_nav.html.erb b/app/views/shared/_signout_nav.html.erb
index 76b4010..dd36860 100644
--- a/app/views/shared/_signout_nav.html.erb
+++ b/app/views/shared/_signout_nav.html.erb
@@ -1,7 +1,9 @@
\ No newline at end of file
diff --git a/app/views/shared/_signup_form.html.erb b/app/views/shared/_signup_form.html.erb
index e601f66..d92c27e 100644
--- a/app/views/shared/_signup_form.html.erb
+++ b/app/views/shared/_signup_form.html.erb
@@ -30,7 +30,7 @@
- <%= f.submit "Sign up", class: 'ui purple basic button' %>
+ <%= f.submit "Sign up", class: 'ui teal basic button' %>
diff --git a/app/views/users/index.html.erb b/app/views/users/index.html.erb
index 44ccef6..a43c626 100644
--- a/app/views/users/index.html.erb
+++ b/app/views/users/index.html.erb
@@ -1,5 +1,5 @@