body {
    background-color: #1A1C1A;
    color: #ffffff;
    font-family: "Segoe UI", "Microsoft YaHei", Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 100vh; */
    margin: 0;
}

.light {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 50%;
}

.container {
    text-align: center;
    z-index: 1;
}

.logo {
    width: 50px;
    height: 50px;
    margin-top: 60px;
}


.title {
    font-family: "Segoe UI";
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: linear-gradient(180deg, #FFF 0%, #9FC5A6 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.description {
    color: #ffffff;
    text-align: center;
    font-family: "Segoe UI";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.6;
}

.download_button {
    display: flex;
    width: 180px;
    height: 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 8px;
    background: var(--text-nor, #8AC72A);
    margin-top: 60px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
}

.download_button_text {
    color: #242424;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Segoe UI";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.small_text {
    color: #ffffff;
    text-align: center;
    font-family: "Segoe UI";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.6;
}

.screenshot {
    width: 50%;
    margin-top: 60px;
    margin-bottom: 20px;
}