
#app {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    color: #2c3e50;
    margin-top: 36px;
  }
  
  .icon {
    width: 30%;
    max-width: 140px;
    height: auto;
  }
  
.root {
    font-size: 1em;
    padding: 0 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.subtitle {
    font-size: 1em;
    opacity: 0.8;
    margin-top: -10px;
}

.store {
    height: 36px;
    width: auto;
    cursor: pointer;
}

.desc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: center;
    margin-top: 42px;
}

.desc > label {
    margin: 10px 0;
    text-align: left;
    font-size: 0.9em;
    max-width: 880px;
    line-height: 175%;
}

.privacy-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    margin-top: 36px;
    padding-bottom: 24px;
}

.privacy-item {
    font-size: 0.8em;
}

.copy-right {
    font-size: 0.8em;
    color: rgba(0, 0, 0, 0.5);
}

.warning-label {
    font-size: 0.8em;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 12px;
}

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

.install-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-top: 42px;
    width: 100%;
}

.android {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    background-color: #6280DF;
    padding: 0px 6px;
    border-radius: 4px;
    margin-left: 24px;
}

.android > label {
    color: white;
    font-size: 0.9em;
    font-weight: 600;
    margin-right: 6px;
}