* {
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
    font-family: "Segoe UI", "PingFang SC", Arial, sans-serif;
}

.logo {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 24px;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
    background: #fff;
    padding: 12px;
}

h3 {
    color: #fff;
    margin-bottom: 10px;
}

.btn {
    display: block;
    width: 220px;
    padding: 16px 0;
    margin: 16px 0;
    font-size: 18px;
    color: #fff;
    background: #0078ff;
    border: none;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    transition: background 0.2s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.footer {
    margin-top: 30px;
    width: 100%;
    text-align: center;
}

.footer p {
    color: #fff;
    font-size: 12px;
}

.top-bar-guidance {
    font-size: 15px;
    color: #000;
    height: 100%;
    line-height: 1.8;
    background: url(images/banner.png) center top/contain no-repeat;
    width: 100%;
    max-width: 540px;
    position: absolute;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.icon-safari {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin: 0 .2em
}

.app-download-tip {
    margin: 0 auto;
    width: 290px;
    text-align: center;
    font-size: 15px;
    color: #2466f4;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAcAQMAAACak0ePAAAABlBMVEUAAAAdYfh+GakkAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjwA8acEkAAAy4AIE4hQq/AAAAAElFTkSuQmCC) left center/auto 15px repeat-x
}

.guidance-desc {
    background-color: #fff;
    padding: 0 5px;
    font-size: 15px !important;
    text-align: center;
}

.icon-sgd {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin: 0 .2em
}

.app-download-btn {
    display: block;
    width: 214px;
    height: 40px;
    line-height: 40px;
    margin: 18px auto 0 auto;
    text-align: center;
    font-size: 18px;
    color: #2466f4;
    border-radius: 20px;
    border: .5px #2466f4 solid;
    text-decoration: none
}

#contens {
    font-weight: bold;
    color: #2466f4;
    font-size: 20px;
    margin-bottom: 125px;
}

p {
    text-align: center;
}