@media screen and (max-width: 500px){
    body #intro{
        flex-direction: column-reverse;
    }
}

.ad {
    margin: auto;
    text-align: center;
}

main {
    max-width: 1200px;
    margin: auto;
}

.spaFillWrapper{
    height: 100vh;
    display: flex;
    flex-direction: column;
}

#intro{
    flex: 1;
    width: 100%;
    max-width: var(--content-width);
    margin: auto;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#intro > img{
    height: 400px;
}

.download-btn-wrapper{
    width: fit-content;
    margin: auto;
}

#download-btn{
    display: inline-flex;
    background-color: rgb(77, 146, 241);
    color: white;
    align-items: center;
    padding: 14px 30px;
    border-radius: var(--less-round);
    text-decoration: none;
    margin-bottom: 4px;
    cursor: pointer;
}

#download-btn > p{
    margin-left: 12px;
    font-weight: bold;
    font-size: 20px;
}

#download-btn > img{
    height: 22px;
}

.under-download{
    display: flex;
    justify-content: space-between;
    color: #c6c6c6;
    font-size: 14px;
}

.altdownloadbtn{
    color: gray;
    text-decoration: none;
    margin-top: 5px;
    display: block;
}

#boasts {
    width: 100%;
    max-width: var(--content-width);
    margin: 40px auto;
    padding: 12px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#boasts .boastcard {
    width: 250px;
    margin-bottom: 12px;
    text-align: center;
}

#boasts .boastcard img {
    width: 50px;
    height: 50px;
}

.q-a{
    margin: auto;
}

.q-a p:first-of-type{
    font-weight: bold; 
    font-size: 24px;
}

#features .feature p:first-of-type{
    font-weight: bold; 
    font-size: 24px;
}

.section{
    max-width: var(--content-width);
    margin: auto;
}

.section h2{
    text-align: center;
}

footer{
    text-align: center;
    padding: 80px 12px 12px;
    color: gray;
}

.qa > p:first-of-type{
    font-weight: bold;
    font-size: 24px;
}

.qa img {
    max-height: 200px;
}