.refresh-access {
  display: flex;
  margin-top: 20vh;
  flex-flow: column nowrap;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}

.refresh-access__button {
  line-height: 2em;
}

#landing {
  margin: 10vh auto;
  max-width: 800px;
}
.landing__blocking-startup {
  margin-top: 2em;
  background: rgba(255, 0, 0, 0.5);
  padding: 0.5em;
  text-align: center;
}
#landing h1 {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
#landing h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
#landing p {
  max-width: 600px;
  line-height: 1.2em;
  padding-bottom: 0.6em;
}
#landing br {
  margin-bottom: 1em;
}
