diff --git a/index.html b/index.html
index 673ac78..78d1104 100644
--- a/index.html
+++ b/index.html
@@ -6,6 +6,7 @@
+
Cesium
diff --git a/styles.css b/styles.css
index 94de09a..20d80a2 100644
--- a/styles.css
+++ b/styles.css
@@ -22,7 +22,7 @@ a {
min-width: 150px;
width: 10%;
padding: 15px;
- margin: 5px;
+ margin: 0px 10px 10px 0px;
background-color: #232629;
border-radius: 10px;
text-align: center;
@@ -31,5 +31,8 @@ a {
.contact {
width: 100%;
}
+ :root {
+ width: 80%;
+ }
}
/* TODO: make it not bad */