From f01eb6f88c64071dc3e6bbde23a00c0828f4812e Mon Sep 17 00:00:00 2001
From: Abraham Raji <avronr@tuta.io>
Date: Wed, 23 Sep 2020 04:05:24 +0530
Subject: [PATCH] Added Styling

---
 style.css | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/style.css b/style.css
index 1fc6d3f..9ba4079 100644
--- a/style.css
+++ b/style.css
@@ -181,7 +181,7 @@ nav{
     display: flex;
     padding: 20px 0px 50px 0px;
 }
-.cta button{
+.cta button, .deco-box button{
     border: solid 3px #468c9f ;
     background-color: white;
     font-size: 15px;
@@ -189,6 +189,11 @@ nav{
     padding: 10px 20px;
     cursor: pointer;
 }
+
+.cta button a, .deco-box button a{
+    text-decoration: none;
+    color: inherit;
+}
 .dropbtn {
   background-color: white;
   color: black;
@@ -232,6 +237,17 @@ nav{
     flex-direction: column;
     transition: 0.4s;
 }
+.deco-box {
+    background: #54A5DD;
+    color: white;
+    font-size: 20px;
+    padding: 30px 30px;
+    margin: 3vh auto auto auto;
+    width: 100%;
+    display: flex;
+    justify-content: space-around;
+    align-items: center;
+}
 @keyframes dropdown{
     0% {
 	    opacity: 0;
-- 
GitLab