.live {
    text-align: center; 
    color: #fff; 
    margin-top: 40px;
    font-size: 22px;
    margin-bottom: 60px;
}
.description {
    color: #000;
    font-size: 18px;
    background-color: #fff;
    padding: 20px;
    border-radius: 6px;
}
.image-footnote {
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin: 40px 0 100px 0;
}
.image-holder {
    margin-top: 100px;
}
.screenshot {
    width: 100%;
    border-radius: 16px;
}
.button {
    padding: 16px 32px;
    background-color: #00b204;
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    display: block;
    width: 100%;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
}
.call-to-action {
    margin: 100px 0;
}
.quote {
    color: #fff;
    font-size: 24px;
    font-style: italic;
    margin: 100px 0;
    text-align: center;
}
.ios {
    background-color: #000;
}
.android {
    background-color: #a4c639;
    color: #000;
}