body{
    background:#222222;
}

#box{
    position:absolute;
    top:100px;
    left:50px;
    right:50px;
    text-align:center;
}
#logo{
    max-width:150px;
    max-height:150px;
    border-radius:20px;
    margin-bottom:20px;
}
h1{
    color:#FFFFFF;
    font-family:'Kanit',sans-serif;
    font-size:30px;
    font-weight:600;
    margin-bottom:10px;
}
h2{
    color:#FFFFFF;
    font-family:'Kanit',sans-serif;
    font-size:14px;
    font-weight:300;
    margin-bottom:40px;
}
#download_ios{
    max-width:125px;
    cursor:pointer;
}
#download_mac{
    max-width:125px;
    cursor:pointer;
}