diff --git a/index.css b/index.css
index d8a90394..fea16c46 100644
--- a/index.css
+++ b/index.css
@@ -58,13 +58,13 @@ body {
 
 .darkmode-toggle {
   background: #100f2c;
-  width: 3rem;
-  height: 3rem;
+  width: 2.7rem;
+  height: 2.7rem;
   position: fixed;
   border-radius: 50%;
   border: 2px solid rgb(236, 236, 243);
   left: 70.2rem;
-  top: 30px;
+  top: 26px;
   cursor: pointer;
   transition: all 0.5s ease;
   display: flex;