diff --git a/web_app_django/tweet/static/css/style.css b/web_app_django/tweet/static/css/style.css
index d13540f63aee95c34eeaa2eb6f0fd5433837ec21..a5c8e912b914d95db2a55b2874e6377e682e7b4c 100644
--- a/web_app_django/tweet/static/css/style.css
+++ b/web_app_django/tweet/static/css/style.css
@@ -541,9 +541,9 @@ html {
     display: block;
     color: rgb(253, 253, 253);
     position: absolute;
-    transform: translate(25%, -70%);
+    transform: translate(5%, -70%);
     font-size: 1.35rem;
-    width: 31rem;
+    width: 33rem;
     padding: 0.75rem 1rem;
     text-align: left;
     background: rgba(4, 42, 66, 0.75);
diff --git a/web_app_django/tweet/templates/index.html b/web_app_django/tweet/templates/index.html
index e57106ac625d3db3953191954ccbe719e2280999..f8710a4073c5da2a4555f47a99cd51f5b900204b 100644
--- a/web_app_django/tweet/templates/index.html
+++ b/web_app_django/tweet/templates/index.html
@@ -6,7 +6,7 @@
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <title>COMP90024 Team:69</title>
-    <link href="http://a.amap.com/Loca/static/manual/example/style/demo.css" rel="stylesheet">
+    <!-- <link href="http://a.amap.com/Loca/static/manual/example/style/demo.css" rel="stylesheet"> -->
     <style>
         html,
         body,
@@ -140,7 +140,7 @@
 <script>
     
     var map = Loca.create('container', {
-       
+        mapStyle: 'amap://styles/070f548e06917955722ed5b9ac9a06f2',
         zoom: 4.5,
         center: [150, -28]
     });
@@ -162,12 +162,12 @@
     layer.setOptions({
         style: {
             radius: function(data){
-                return data.value.size
+                return 15+data.value.size/4
             },
-            color: '#c54400',
+            color: '#FFFF00',
             borderColor: '#c5001f',
             borderWidth: 1.5,
-            opacity: 0.3
+            opacity: 0.6
         },
         
     });
@@ -206,7 +206,7 @@
 
     layer0.setOptions({
         style: {
-            radius:5,
+            radius:8,
             color: '#626262',
             borderColor: '#626262',
             borderWidth: 1.5,