*,
::before,
::after {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body, button {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
  'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
  sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
  monospace;
}

button {
  border: none;
  cursor: pointer;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

.page {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  overflow-y: hidden;
}

.container {
  min-width: 720px;
  max-width: 960px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.text {
  grid-row: 1/2;
  grid-column: 1/3;
  font-size: 1.4em;
}

.text--not-active {
  color: #999;;
}

.text--secondary {
  color: #999;
}

.spinner-text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70vh;
  font-size: 5em;
}
