#section-1{
    text-align: center;
}
h3, h2 {
    margin-bottom: 12px;
}
h2{
    font-size: 24px;
    font-weight: bold;
}
#app-store-list img{
    max-height: 24px;
    vertical-align:middle;
    margin-right: 4px;
}
#app-store-list span{
    vertical-align: middle;
}
#app-store-list li{
    display: inline-block;
    margin: 10px;
}
.file-list li{
    display: inline-block;
    margin: 10px;
}
.file-list a{
    text-decoration: underline;
}
h3 img{
    max-height: 24px;
    vertical-align:middle;
    margin-right: 4px;
}
h3 span{
    vertical-align: middle;
}
p{
    font-size: 14px;
}
h3{
    font-size: 16px;
    font-weight: bold;
}
.sub-section{
    margin: 20px 0;
}
.sub-section p{
    margin-bottom: 12px;
}
#footer{
    margin-top: 0;
}
.download-btn{
    width: 200px;
    height: 54px;
    line-height: 54px;
    background: #ffce3d;
    color: #2c2c2c;
    text-align: center;
    display: block;
    font-size: 18px;
    border-radius: 4px;
    margin-top: 30px;
    font-weight: bold;
    opacity: 0.9;
}
.download-btn:hover{
    opacity: 1;
}
