body {
  font-family: "Gill Sans Extrabold", sans-serif;
  font-family: "Goudy Bookletter 1911", sans-serif;
  background: #dde084ad;
  margin: 0;
  padding: 1em;
  color: #542985;
  width: 800px;
}

.dashboard {
  /* width: 800px; */
  width: 80%;
  margin: auto;
  padding: 1em;
  /* background: rgba(26, 102, 146, 0.195); */
  border-radius: 2em;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

h2 {
  text-align: center;
}

.section {
  margin: 0.1em 0;
  padding: 0.1em;
  border: 1px solid #ccc;
  border-radius: 0.5em;
  border-color: #a08749cf;
  text-align: center;
}

.value {
  font-size: 1em;
  font-style: italic;

  /* font-weight: light; */
}
.valueB {
  font-size: 1.1em;

  font-style: italic;
}
.w3-btn:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.w3-btn,
.w3-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w3-input {
  margin: 0.1em 0;
  font-size: 1.0em;

  border: 1px solid #ccc;

  border-color: #af132bcf;
  text-align: center;
  background-color: #d2d5b3;
  width: auto;
}

.w3-input:hover {
  /* font-size: 1.1em; */
  background-color: #aec170;
}

.footer {
  text-align: center;
  margin-top: 1em;
  font-size: 0.9em;
}

.remark-box {
  margin-top: 1em;
  text-align: center;
}

.remark-box textarea {
  width: 100%;
  height: 60px;
  margin-top: 0.5em;
}

.remark-box button {
  margin-top: 0.5em;
  padding: 0.4em 1em;
  font-size: 1em;
}

.warning {
  color: red;
  font-weight: bold;
  margin-top: 0.5em;
}

#chart-container {
  position: relative;
  display: inline-block;
  border: 1px solid #d6324d;
  align-items: center;
}
#icing-chart {
  /* max-width: 1600px; */
  /* width: 400px;
  height: 300px; */
  margin: auto;
  align-items: center;
}
#plane-icon {
  position: absolute;
  font-size: 20px;
  color: #000;
  pointer-events: none;
}
#input-zone {
  margin: 20px;
  align-items: center;
}
