
#gasFlowForm {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

#gasFlowForm button {
  margin: 10px;
  padding: 10px 20px;
  font-size: 16px;
}

#gasFlowForm img {
  max-width: 100%;
  height: auto;
}

#gasFlowForm p {
  font-weight: bold;
}

.button-row {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.btn-img {
  width: 150px;
  cursor: pointer;
}
