
#app1 {
  font-family: "Montserrat", sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #404354;
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
}

#container {
  margin: 1rem auto;
  max-width: 40rem;
  position: relative;
  min-height: 10rem;
}

#result {
  margin: 1rem auto;
  max-width: 40rem;
}
/*
img {
  max-width: 100%;
}*/
#result img {
    margin-top: 1rem;
    max-width: 100%;
}
#container img {
  margin-top: 1rem;
  max-width: 100%;
}

.innobutton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375em;
  margin: 0 auto;
  padding: 0.625em 1em;
  background: #00bfb2;
  color: white;
  border: 0;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  margin: 0.5rem;
}

.innobutton[disabled] {
  background-color: lightgrey;
  color: gray;
  cursor: not-allowed;
}