html,
body {
  background-color: #000;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  padding: 0;
  margin: 0;
  color: #fff;
}

a {
  color: #4da6ff;
}
a:visited {
  color: #4da6ff;
}

/*  */
/*  */
/*  */

body {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

main {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  max-width: 300px;
  display: flex;
  height: 100dvh;
}

#logo {
  width: 160px;
}

#value-text {
  margin-bottom: 20px;
  font-weight: 700;
  text-align: center;
  font-size: 20px;
}

.store.apple {
  margin-bottom: 10px;
  margin-top: 20px;
}
.store.google {
  margin-bottom: 10px;
}
.store > img {
  height: 50px;
}

#stars {
  font-weight: 600;
  font-size: 20px;
  color: #4da6ff;
}

#ratings {
  margin-top: 3px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

#help-title {
  margin-bottom: 0px;
  font-weight: 700;
  margin-top: 35px;
  font-size: 20px;
}

#help-text {
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
}
