body head {
  width: 100%;
}

.all-page {
  width: 100%;
  height: 100vh;

  display: flex;
  justify-content: center;
  align-items: center;
}

.hi {
  font-family: 'Bitter';
  font-weight: bold;
  font-size: 3em;
}

.error {
  color: red;
  font-family: 'Open Sans';
  font-size: 1.2em;
}

.pw-box {
  width: 20rem;
}

.main-panel {
  margin-left: 7rem;
  margin-top: 5rem;
}

.stats {
  font-family: 'Bitter';
  font-size: 2.5em;
  width: 40rem;
  line-height: 1.7em;
}

.skinny {
  width: 30rem;
}

.wd {
  width: 40rem !important;
}