html {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
body {
  margin: 0;
}

.container {
  padding: 0 25px;
}

.starting h1 {
  font-family: Lato;
  font-size: 42px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.71;
  letter-spacing: 1px;
  color: #402293;
}

.starting h2 {
  font-family: Lato;
  font-size: 35px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.86;
  letter-spacing: 0.8px;
  color: #402293;
}

.starting p {
  font-family: 'Open Sans';
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: 0.5px;
  color: #373737;
}

.starting section {
  padding-bottom: 25px;
}

.starting pre {
  margin: 16px 0;
}

/* side nav */
.starting .mdl-grid.starting-body {
  padding: 0;
}

.starting .mdl-grid .side-nav {
  background-color: #f9f9f9;
  margin: 0;
}

.starting .side-nav .starting-nav {
  margin: 0;
  width: 100%;
}

.starting .side-nav .starting-nav a {
  text-decoration: none;
  color: #402293;
  font-family: Lato;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: 0.6px;
}

.starting .side-nav .starting-nav a div {
  padding: 25px;
  transition: background-color ease-in-out 0.15s;
}

.starting .side-nav .starting-nav a div:hover {
  background-color: rgba(155, 155, 155, 0.2);
}

.starting .side-nav .brand-inner-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 25px;
}

.starting .side-nav .brand-inner-logo .brand-logo {
  font-family: Lato;
  font-size: 34px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2.8px;
  text-align: center;
  color: #402293;
}

.starting .side-nav .brand-inner-logo .brand-subtitle {
  color: #402293;
  font-family: Lato;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.8px;
  text-align: center;
  color: #402293;
}

.starting a {
  color: #402293;
  text-decoration: none;
  transition: color ease-in-out 0.15s;
}

.starting a:hover {
  color: #992be0;
}

@media (max-width: 839px) {
  .starting .side-nav {
    display: none;
  }

  .starting h1 {
    font-size: 38px;
    line-height: 42px;
  }

  .starting-body .container {
    margin: 0;
    width: 100%;
  }
}