+body {
+ margin: 1em !important;
+}
+
.region-frozen {
fill: blue;
}
#openweathermap-widget-15 {
width: 300px;
}
+
+#current, #currentair, #currentwater {
+ margin: 0 auto;
+ text-align: center;
+ padding: 1em;
+ max-width: 20em;
+}
+
+#currentair {
+ background-color: lightblue;
+}
+
+#currentwater {
+ background-color: lightgreen;
+}
+
+#windy {
+ text-align: center;
+ padding-top: 1em;
+}