
.color-red {
    stop-color: #e23131;
  }
  .color-yellow {
    stop-color: #fbe500;
  }
  .color-green {
    stop-color: #25cd6b;
  }
  .footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #26323a;
    padding: 20px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 3px;
    word-spacing: 4px;
  }
  .footer a {
    letter-spacing: 2px;
    word-spacing: 2px;
  }
  
  
  .gradient-mask {
    visibility: hidden;
  }
  .button {
    position: absolute;
    right: 40px;
    top: 40px;
    border: 2px solid #fff;
    background-color: #26323a;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.2s;
  }
  .button:active {
    transform: translateY(3px);
    outline: 0;
  }
  .button:hover, .button:focus {
    outline: 0;
    background: linear-gradient(-140deg, #212629, #395467);
  }
  .gauge-container {
    display: flex;
    justify-content: space-around;
  }
  .gauge {
    height: 150px;
    width: 240px;
  }
  .gauge .dxg-range.dxg-background-range {
    fill: url(#gradientGauge);
  }
  .gauge .dxg-line {
    transform: scaleX(1.04) scaleY(1.03) translate(-4px, -4px);
  }
  .gauge .dxg-line path:first-child, .gauge .dxg-line path:last-child {
    display: none;
  }
  
  .gauge .dxg-elements text:first-child {
    transform: translate(19px, 13px);
  }
  .gauge .dxg-elements text:last-child {
    transform: translate(-27px, 14px);
  }
  .gauge .dxg-value-indicator path {
    transform: scale(1.2) translate(0, -5px);
    transform-origin: center center;
  }
  .gauge .dxg-value-indicator .dxg-title {
    text-transform: uppercase;
  }
  .gauge .dxg-value-indicator .dxg-title text:first-child {
    transform: translateY(5px);
  }
  /*.gauge .dxg-value-indicator .dxg-spindle-border:nth-child(4), .gauge .dxg-value-indicator .dxg-spindle-hole:nth-child(5) {
    transform: translate(0, -109px);
  }*/
  .gauge .dxg-value-indicator .dxg-spindle-hole {
    fill: #26323a;
  }
  