
body{
        height: 100%;
        min-height: 100vh;
}
._ws{
        position: relative;
}
._ws:before{
        background-color: rgba(117, 230, 153, 0.1);
        content: "";
        height: 80vh;
        left: 0;
        position: absolute;
        top: 0;
        width: 60%;
        z-index: 0;
}
._ws header{
        background-color: #fff;
}
._ws header:before{
        background-color: rgba(242, 252, 244, 1);
        content: "";
        height: 76px;
        left: 0;
        position: absolute;
        top: 0;
        width: 60%;
}
._auth-account{
        background-color: #75e699;
        color: #262832;
}
main{
        padding-top: 66px;
}
footer{
        background: linear-gradient(to bottom, #75e699 0%, #75e699 80%, transparent 80%, transparent 100%);
        color: #262832;
}
._newsletter{
        background-color: #262832;
        color: #fff;
        border-radius: 30px;
}
