body, html {
  height: 100%;
  padding: 0;
  margin: 0;
}

.display-wrapper {
  background-color: #ffffff;
  font-family: Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16pt;
  color: #222222;
  width: 100%;
}

.center-container {
  min-height: 100vh;
  min-width: 100%;
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.center-component {
  display: flex;
  flex: 1 0 auto;
  flex-direction: row;
  max-width: 100%;
  padding: 25px;
  justify-content: center;
  align-items: center;
}

.text-title {
  color: #2494A3;
  font-size: 20px;
  line-height: 24px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

.typing-text {
  text-align: center;
  font-size: 40px;
  line-height: 60px;
  font-weight: normal;
  font-style: italic;
}

.typing-text .prefix, .typing-text .suffix {
  color: #314A78;
}

.typing-text .text {
  color: #2494a3;
}

.hidden {
  display: none;
}
