diff --git a/css/style.css b/css/style.css
index 48490bf..8e9f15c 100755
--- a/css/style.css
+++ b/css/style.css
@@ -455,6 +455,17 @@ a {
 .copyright span {
   opacity: 0.5;
   font-size: 14px;
+  color: #fff;
+  text-shadow:
+      0 0 7px #fff,
+      0 0 10px #fff,
+      0 0 21px #fff,
+      0 0 42px rgb(255, 238, 0),
+      0 0 82px rgba(229, 255, 0, 0.171),
+      0 0 92px #0fa,
+      0 0 102px #0fa,
+      0 0 151px #0fa;
+  
 }
 
 @media (max-width: 992px) {
@@ -622,4 +633,4 @@ a {
   -webkit-animation-name: fadeInUp;
   animation-name: fadeInUp;
 }
-/*# sourceMappingURL=style.css.map */
\ No newline at end of file
+/*# sourceMappingURL=style.css.map */
diff --git a/index.html b/index.html
index cfb16e6..2f00737 100755
--- a/index.html
+++ b/index.html
@@ -344,7 +344,7 @@ <h2>Contact</h2>
 					</div>
 					<div class="col-12 col-md-8 col-lg-8">
 						<form id="contact" class="form">
-							<h3>Let's Chat</h3>
+							<h3 style="font-size: x-large;">Let's Chat</h3>
 							<div class="textarea">
 								<label for="name">Name</label>
 								<input type="text" class="form-control" id="name" name="name" required />