html,
body {
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  min-width: 100vh;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  text-align: center;
}

.wrapper {
  display: flex;
  flex-flow: column;
  gap: 3rem;
  width: 50%;
  color: #fff;
}

.site-logo {
  margin-bottom: 1rem;
}

h2 {
  margin: 0;
  font-weight: 500;
  font-size: 1.5rem;
  color: #ebebeb;
}

p {
  margin-bottom: 2rem;
  color: #6c6e7e;
}

small {
  color: #ebebeb;
  opacity: 0.25;
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important; /* 1 */
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important; /* 2 */
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; /* 3 */
}

.sr-only-focusable:focus,
.sr-only-focusable:active {
  clip: auto !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  height: auto !important;
  margin: auto !important;
  overflow: visible !important;
  width: auto !important;
  white-space: normal !important;
}
