diff --git a/calculator/Cal.html b/calculator/Cal.html
index 7ec57a0..d58cc18 100644
--- a/calculator/Cal.html
+++ b/calculator/Cal.html
@@ -18,7 +18,7 @@
width:250px;
border-radius:10px;
position:relative;
-top:80px;
+top:81px;
left:40%;
}
.display
@@ -71,7 +71,7 @@
}
.button.black
{
-color:white;
+color:lightgrey;
background-color:303030;
border-bottom:black 2px solid;
border-top:2px 303030 solid;