diff --git a/public/css/myCesiumStyle.css b/public/css/myCesiumStyle.css
new file mode 100644
index 0000000000000000000000000000000000000000..6daecff29da9bdd1062e996cc73f85a9d4a1a3fd
--- /dev/null
+++ b/public/css/myCesiumStyle.css
@@ -0,0 +1,71 @@
+@charset "UTF-8";
+
+html,
+button,
+input,
+select,
+textarea {
+  font-family: sans-serif;
+}
+
+html {
+  margin: 0 auto;
+  max-width: 80%;
+}
+
+header,
+footer {
+  padding: 1em;
+  color: black;
+  background-color: White;
+  clear: left;
+  text-align: center;
+}
+footer {
+  padding-top: 0px;
+}
+
+.pagecesium {
+  height: 500px;
+  position: relative;
+  width: 100%;
+  min-width: 630px;
+}
+
+.pagepp {
+  float: left;
+  height: 100%;
+  width: 50%;
+}
+
+body {
+  min-width: 650px;
+  margin: 0px;
+}
+
+h2,
+h3 {
+  margin-block-start: 1px;
+  margin-block-end: 1px;
+}
+
+.titleFigure {
+  margin: 2px 0;
+  /* height: 20%; */
+  width: 12%;
+}
+
+.cesium-infoBox-visible {
+
+  
+    font-weight: 100;    
+    background-color: brown;
+    text-align: right;
+}
+
+.cesium-infoBox-iframe {
+    font-size: 0.5em;
+    font-weight: 100;    
+    background-color: brown;
+    text-align: left;
+  }