Fic Join Bliss Family button
diff --git a/css/style.css b/css/style.css
index 2363f6e..594394a 100644
--- a/css/style.css
+++ b/css/style.css
@@ -388,4 +388,19 @@
max-width:150px;
max-height: 150px;
margin:0 auto;
-}
\ No newline at end of file
+}
+.family-projects--btn {
+ background: transparent;
+ color: #0080ff;
+ border: 1px solid #0080ff;
+ border-radius: 5px;
+ margin-bottom: 1.25em;
+ font-weight: 700;
+ font-size: 1.5em; }
+ .family-projects--btn:hover {
+ background: #0080ff;
+ color: #ffffff; }
+ .family-projects--btn:focus,
+ .family-projects--btn:active {
+ background: #0080ff;
+ color: #ffffff; }
\ No newline at end of file