html {
  background-color: rgb(68, 134, 251);
  font-size: 12px;
}

html,
body {
   height: 100dvh;
}

body {
  display: flex;
  flex-flow: column;
  font-family: Roboto, sans-serif;
}

#content {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background: rgb(68, 134, 251);
  flex: 1;
}

#content-inner {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  row-gap: 1em;
}

#app-icon {
  border-radius: 32px;
}

h1 {
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.25;
  color: #F8F066;
  text-align: center;
  margin-bottom: 1em;
}

a {
  color: #F8F066;
}

a.unstyled {
  text-decoration: none;
}

a.button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-decoration: none;
  border-radius: 8px;
  background-color: white;
  color: rgb(68, 134, 251);
  font-weight: 800;
  font-size: 1.5em;
  padding: 0.5em;
}

#footer {
  flex: 0;
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  background-color: rgb(34, 34, 34);
  color: rgb(107 114 128);
  padding: 2em 3em;
}

#pe-logo {
  height: 1.5em;
  margin-bottom: 0.5em;
}
