
  * {
      font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial, sans-serif; 
  }

  html {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    }

  body {
      color: #bbb;
      color: red;
      background-color: black;
      padding: 4vw;
      line-height: 1.6;
      font-size: 40px;
  }
  h1 {
      font-size: 20vw;
      line-height: 1;
      margin: 0;
  }

  h2 {
  }

  .placeholder {
    width: 100px;
    height: 4px;
    border-radius: 100px;
    background-color: grey;
    opacity: 0.2;
    margin-bottom: 10px;
  }

  .details {
      padding: 10px 4vw;
  }

  #mapid { 
      position: fixed;
      top: 0px;
      left:0px;
      height: 100vh; 
      width: 100vw; 
      z-index: -20;
      opacity: 0.6;
  }

  #title {
      font-size: 15px;
      font-weight: 900;
      position: fixed;
      padding: 4vw;
      right: 0;
      bottom: 0;
  }

  #reload {
      font-size: 15px;
      font-weight: bold;
      position: fixed;
      right: 0px;
      top: 0px;
      padding: 4vw;
      cursor: pointer;
  }

  .leaflet-container {
      background-color: #090909 !important;
  }

  .leaflet-control-attribution {
      display: none;
  }

  .notouch {
      position: absolute;
      pointer-events: none !important;
  }

  .noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
  }

  #offline {
      background: red;
      position: fixed;
      bottom: 0px;
      right: 0px;
      /* width: 100vw; */
      border-radius: 100px;
      font-size: 17px;
      padding: 20px 35px;
      color: white;
      text-align: center;
      display: none;
      margin: 4vw;
      font-weight: 900;
      color: black
  }

  #weatherPredictions {
    font-size: 14px !important;
    /* position: fixed;
    bottom: 0px;
    right: 0px;
    transform: rotate(90deg);
    transform-origin: top right; */
  }

  #weatherHourly {
    font-size: 14px !important;
    /* position: fixed;
    bottom: 0px;
    right: 0px;
    transform: rotate(90deg);
    transform-origin: top right; */
  }

  #weatherHourly .time{
    min-width: 100px;
    display: inline-block;
  }
  #weatherHourly .temp{
    min-width: 70px;
    display: inline-block;
  }

  #weatherHourly .wind{
    min-width: 80px;
    display: inline-block;
  }

  #weatherHourly .clouds{
    min-width: 50px;
    display: inline-block;
  }

  #weatherMinutely {
    font-size: 14px !important;
    position: fixed;
    top: 80px;
    right: 4vw;
  }

  #weatherMinutely {
    display: inline-block;
    min-width: 50px;
    height: 810px;
    overflow-y: scroll;
    scrollbar-width: none;
  }

  #weatherMinutely::-webkit-scrollbar {
    display: none;
    
  }

  #weatherMinutely .time{
    display: inline-block;
    min-width: 50px;
  }

  h3 {
    margin-top: 300px;
  }

  /* canvas {
    border: 1px solid rgba(255,255,255,0.1);
    padding: 4px;
    border-radius: 4px;
  } */