@import url(common.css);

h1 {
    text-align: center;
    margin: 2em 0;
}

main {
    position: relative;
    padding: 5.5em 5% 0 5%;
}

.faq-item {
    margin: 2.5em 0;
}

.q {
    font-size: 1.25em;
    line-height: 150%;
}

.a {
    font-size: 1em;
    line-height: 175%;
}

.appstore {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5em 0;
    img {
        height: 3.5em;
    }
}