@keyframes flame {
    0%, 40%, 80%, 100% {
      transform: scale(1);
    }
    20%, 60% {
      transform: scale(1.15);
    }
  }
  .flame {
    animation: flame 1000ms infinite;
  }

@keyframes flame-button {
    0%, 40%, 80%, 100% {
      transform: scale(1);
    }
    20%, 60% {
      transform: scale(1.05);
    }
  }
  .flame-button {
    animation: flame 5000ms infinite;
  }

.simple-materialdesignicons {
    color: #f7dc6f;
}
.material-plane-car {
    color: #5dade2;
}
.material-gas-station-in-use {
    color: #a569bd;
}
.material-security {
    color: #58d68d;
}
.md-button {
  text-align: center;
  justify-content: center;
}
.omd-icons {
    color: #6765db;
}
.material-thumb-down-outline {
    color: #a83230;
}
.material-thumb-up-outline {
    color: #357638;
}
