
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: linear-gradient(310deg, #FFF 12.63%, #E5ECF5 68.68%);
    color: #2c3e50;
    text-align: center;
}
.header {
    padding: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #2c3e50;
}
.container {
    background-color: #B2C8E4;
    color: #2c3e50;
    padding: 40px 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    width: 50%;
    border-radius: 10px;
}
.button {
    background-color: #f4a261;
    color: white;
    padding: 15px 25px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}
.button:hover {
    background-color: #e76f51;
}
.features {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
    margin-top: 20px;
}
.features-txt{
    color: #3D5FA6;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.features div {
    text-align: left;
}
.footer {
    padding: 20px;
    color: #2c3e50;
    margin-top: 20px;
}
.footer a{
    color: #2c3e50;
    text-decoration: none;
    padding-left:43px;
}
.logo-text{
    color: #3D5FA6;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.button-heading-txt{
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.after-button-text{
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.features h3{
    color: #3D5FA6;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.features p{
    color: #3D5FA6;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.features-button{
    width: 162px;
    height: 42.324px;
    flex-shrink: 0;
    border-radius: 6px;
    border: 1px solid #3D5FA6;
    background: #E5ECF5;
    cursor: pointer;
}

.features-button-txt{
    color: #3D5FA6;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.features-button-txt-sleek{
    display: block;
    width:30%;
    padding: 10px;
    margin: auto;
    color: #3D5FA6;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer-txt{
    color: #3D5FA6;
    text-align: center;
    font-family: "Proxima Nova";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.term{
    color: #FFF;
    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;
}