@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600&display=swap');

header {
  padding: 15px 5px;
}

main {
  height: calc(100vh - 150px);
  position: relative
}

main p {
  margin: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
  padding: 15px;
  box-sizing: border-box;
}

.center-msg {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 40px;
  text-align: center;
  letter-spacing: -1px;
  color: #2C323F;
}

.error {
  color: #B22222;
}

footer {
  position: fixed;
  bottom: 1rem;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: auto 80px;
  left: 0;
  text-align: center;
}

.btn-finish {
  width: calc(100vw - 40px);
  --mdc-theme-primary: #3F7FE0;
  --mdc-theme-on-primary: #FFFFFF;
}