diff --git a/index.css b/index.css
index eefdcaf..0e547de 100644
--- a/index.css
+++ b/index.css
@@ -132,11 +132,12 @@ a:hover {
 
 
 .affiliation {
+    display: inline-block;
     background-color: #ffffff; /* White background for contrast */
     border-left: 5px solid #d3ffd3; /* Line on the left for visual */
     padding: 1em;
     margin-top: 1em;
-    box-shadow: 0 2px 4px rgba(0,1,0,0); /* subtle shadow for depth */
+    box-shadow: 0 2px 4px rgba(0,0,0,0); /* subtle shadow for depth */
 }
 
 
diff --git a/index.html b/index.html
index c50695b..0f2b616 100644
--- a/index.html
+++ b/index.html
@@ -27,6 +27,7 @@ <h2>Postdoctoral Research Fellow</h2>
       </p>
 </div>
 
+<br></br>
 
 <div class="tab">
   <button class="tablinks" onclick="openTab(event, 'Education')">Education</button>