+/*
+ Created on : 10 Jun, 2018, 9:23:39 PM
+ Author : Manjunath CV
+*/
+
+@import url('https://fonts.googleapis.com/css2?family=Fira+Sans&display=swap');
+
+body, h2 {
+ font-family: "Fira Sans", sans-serif;
+ font-weight: 400;
+ font-style: normal;
+
+}
+
+#magnet {
+ font-family: 'Roboto Mono', monospace;
+}
+
+section {
+ margin: auto;
+ width: 850px;
+}
+
+footer {
+ width:100%;
+ text-align: center;