diff --git a/index.html b/index.html
index 69842b8..9d807b7 100644
--- a/index.html
+++ b/index.html
@@ -171,16 +171,16 @@ body {
.close {
position: absolute;
- right: 20px; /* More accessible position */
+ right: 36px; /* More accessible position */
top: 20px;
- font-size: 28px; /* Larger clickable area */
+ font-size: 50px; /* Larger clickable area */
color: #aaa;
cursor: pointer;
}
.close:hover,
.close:focus {
- color: black;
+ color: deeppink;
text-decoration: none;
}