* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
}

#landing-body {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 100%;
  background-color: #F0F0F0;
}

#landing-body div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: auto;
  margin-bottom: auto;
  height: 100%;
}

#welcome-to-dataos {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  line-height: normal;
  color: #2E2E2E;
  margin: 4px;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}

#welcome-subheader {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  line-height: normal;
  color: #2E2E2E;
  margin: 4px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

#landing-entrance-text {
  font-family: 'Gruppo', cursive;
  font-size: 100px;
  text-align: center;
  max-width: 45vh;
  color: #0E2244;
}

#get-started-button {
  padding: 16px 32px;
  margin: 16px auto 64px auto;
  cursor: pointer;
  font-size: 16px;
  background: #0E2244;
  border-radius: 100px;
  color: white;
  border: none;
}

#get-started-button a {
  text-decoration: none;
  color: inherit;
}

#get-started-label {
  width: 71px;
  height: 20px;

  /* M3/label/large */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 20px;
  cursor: pointer;
}

#permission-granted {
  display: flex;
  padding: 352px 574px 588px 576px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  background: #F0F0F0;
}

#permission-granted h2 {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

#permission-granted p {
  width: 491px;
  color: var(--m-3-sys-light-on-surface-variant, #49454F);
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
