@font-face {
  font-family: AppFont;
  src: url('/Montserrat-Regular.ttf');
}

@font-face {
  font-family: AppFontBold;
  src: url('/Montserrat-Bold.ttf');
}

html, body, .container {
  height: 100%;
  margin: 0;
}

.construction-image {
  margin-bottom: 36px;
  max-width: 100%;
  height: auto;
}

.container {
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #0F2342;
}

.description {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.title {
  font-family: AppFontBold;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 24px;
  text-align: center;
}

.sub-title {
  font-family: AppFont;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
