html {
  font-family: "Muli", "Helvetica Neue", "Arial", sans-serif;
  line-height: 1.4 !important;
  letter-spacing: -0.1px !important;
  height: 100%;
}

body {
  background-color: #2d323d;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.help-wrapper {
  width: 500px;
  text-align: center;
}

.help-title {
  font-size: 30px;
  margin-bottom: 0;
}

.help-subtitle {
  color: darkgray;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 2.5em;
}

.help-section {
  background-color: #444453;
  padding: 1.2em;
  border-radius: 12px;
  margin: 0.5em;
}

.help-action {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
}

.help-action:last-child {
  margin-bottom: 0;
}

.help-button {
  box-sizing: border-box;
  border: none!important;
  font-weight: normal;
  background-color: #673ab7!important;
  padding: 0 16px;
  color: white!important;
  border-radius: 4px;
  text-decoration: none!important;
  font-size: 14px;
  min-width: 64px;
  line-height: 36px;
  margin-top: 1em;
  cursor: pointer;
  z-index: 999;
  margin-bottom: 0.5em;
}

.help-note {
  color: darkgray;
  font-size: 13px;
}
