.model-load-indicator {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.description {
  display: block;
  margin: 0;
  margin-top: 10px;
  height: fit-content;
  font-size: 12px;
  font-family: sans-serif;

  color: #CAF0F8;
}

.description-small {
  display: block;
  height: 12px;
  line-height: 12px;
  font-size: 12px;
  font-family: sans-serif;
  text-decoration: none;
  color: #CAF0F8;
}

.mail {
  display: block;
  font-size: 12px;
  height: fit-content;
  font-family: sans-serif;
  text-decoration: none;
  color: #CAF0F8;
  margin: auto;
  text-align: center;
}

#select-file {
  display: none;
  justify-content: center;
  height: fit-content;
}

.button {
  display: block;
  width: 200px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-family: sans-serif;
  text-decoration: none;
  color: #CAF0F8;
  border: 2px solid #48CAE4;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  transition: all .35s;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.input-box {
  width: 30%;
  align-self: center;
  display: block;
  margin: auto;
}

#gl-canvas {
  margin: auto;
  display: none;
  height: 50vh;
  width: 100%;
}

#save-image {
  width: 40%;
  margin: auto;
}

progress {
  display: block;
  width: 100%;
  height: 40px;
  color: #03045E;
}

progress::-moz-progress-bar {
  background: #03045E;
}

progress::-webkit-progress-value {
  background: #03045E !important;
}

p {
  display: block;
  width: 100%;
  font-family: sans-serif;
  text-decoration: none;
  color: #CAF0F8;
  letter-spacing: 2px;
  text-align: center;
}

.button:hover {
  color: #48CAE4;
}

.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}


.warning {
  display: block;
  margin: 0;
  margin-top: 10px;
  height: fit-content;
  font-size: 12px;
  font-family: sans-serif;
  text-decoration: none;
  color: #ef476f;
}

#how-video {
  text-decoration: none;
  color: #CAF0F8;
}

@media only screen and (max-width: 480px) {
  .button {
    width: 80%;
    height: fit-content;
    font-size: 1.1em;
    padding: 12px;
  }

  .input-box {
    width: 90%;
    align-self: center;
    display: block;
    margin: auto;
    font-size: 1.1em;
  }

  .description {
    font-size: 0.95em;
  }

  .description-small {
    font-size: 0.85em;
    height: auto;
    line-height: 1.4;
  }

  progress {
    display: block;
    width: 80%;
    height: 30px;
    color: #03045E;
  }

  .title {
    font-size: 1.25em;
    color: #CAF0F8;
  }

  .logo {
    height: 80px;
    margin-top: 0;
  }

  .warning {
    font-size: 0.95em;
  }

  #how-to {
    height: auto;
  }

  #how-to img {
    max-width: 45%;
    height: auto;
  }

  #how-to iframe {
    max-width: 45%;
    height: auto;
  }
}