body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
  flex-flow: column;
}

.load-error {
  margin-top: 40px;
  font-size: 14px;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.instructions {
  font-size: 11px;
  color: rgba(0,0,0,0.5);
  max-width: 300px;
  text-align: justify;
  text-align-last: center;
}

.support-button {
  background: transparent;
  border: none;
  color: #2E5BFF;
  display: inline;
  padding: 0;
  margin: 0;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}

.support-button:active {
  color: #752eff;
}