body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    background: url("../images/bg.png") lightgray 50% / cover no-repeat;
    background-attachment: fixed;
    background-color: #f4f4f4; /* Fallback color */
}


.header {
    width: 100%;
    height: 40px;
    background-color: #ECD486;
    padding: 20px;
    color: white;
    font-size: 24px;
    font-weight: bold;
    margin-top: -10px;
}
.header-txt{
    color: #15333F;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.container {
    padding: 20px;
}
.download-box {
    width: 477px;
    height: 147px;
    flex-shrink: 0;
    padding: 30px;
    display: inline-block;
    padding-top: 47px;
}
.download-button {
    width: 222px;
    height: 58px;
    flex-shrink: 0;
    border-radius: 6px;
    background: #15333F;
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
}
.download-button2 {
    width: 162px;
    height: 42.324px;
    flex-shrink: 0;
    border-radius: 6px;
    background: #15333F;
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
}
.bottom-text{
    width: 340px;
    height: 62px;
    flex-shrink: 0;
    margin: auto;
    padding-top:10px;
    color: #000;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.free{
    color: #15333F;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.p-text{
    color: #15333F;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.term{
    color: #15333F;
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.features {
    margin-top: 30px;
    background: #ECD486;
    padding-top: 20px;
}
.features h2{
    color: #15333F;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.features h3{
    color: #000;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.features ul{
    padding-left: 4px;

}
.features li {
    color: #000;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    list-style-type: none;
}
.features div {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
    text-align: left;
}
.footer {

    color: #15333F;
    text-align: center;
    font-family: "Proxima Nova";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 20px;
    margin-top: 30px;
    font-size: 14px;
}
.footer a{
    color: #15333F;
    text-decoration: none;
    padding-left:43px;
}
.computer-waiting-txt{
    color: #15333F;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
img{
    float: left;
    margin-left: 47px;
}