diff --git a/index.html b/index.html
index ed620e2..351ffd9 100644
--- a/index.html
+++ b/index.html
@@ -41,6 +41,10 @@
margin-bottom: 20px;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
+ .legend {
+ text-align: center;
+ margin-bottom: 20px;
+ }
.buttons {
text-align: center;
margin: 20px 0;
@@ -71,25 +75,6 @@
text-decoration: none;
margin-left: 5px;
}
- .legend {
- text-align: left;
- margin-bottom: 20px;
- }
- .legend div {
- display: flex;
- align-items: center;
- margin-bottom: 5px;
- }
- .legend div span {
- display: inline-block;
- width: 20px;
- height: 20px;
- margin-right: 10px;
- border: 1px solid #ccc;
- }
- .legend .green {
- background-color: green;
- }