@font-face {
    /* font weight 600 */
    font-family: "bold";
    src: url('/static/fonts/Poppins-Bold.ttf');
}
@font-face {
    /* font weight 400 */
    font-family: "medium";
    src: url('/static/fonts/Poppins-Medium.ttf');
}

.page_container {
    position: relative;
    padding-top: 30%;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo_div {
    width: 80px;
    display: flex;
    align-self: center;
}

#app_name {
    font-family: "bold";
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #000000;
    align-self: center;
    margin-top: 8px;
}

#page_tips {
    font-family: "medium";
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #000000;
    align-self: center;
    margin-top: 8px;
}

.download_btn {
    margin-top: 80px;
    width: 100%;
    padding: 13px 10px;
    border-radius: 100px;
    gap: 8px;
    background-color: #4E8DD7;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.download_btn:active {
    opacity: 0.8;
}

.download_icon {
    width: 24px;
    height: 24px;
    margin-right:8px;
}

#download_btn_text {
    font-family: "bold";
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
}

#referral_tips {
    width: 100%;
    margin-top: 16px;
    font-family: "medium";
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #6A6F73;
    background-color: #FAFAFA;
    padding: 12px;
}