
.simple{
    background-color: var(--background-color);
    display: flex;
    justify-content: center;
    margin-top: 0 !important;
    height: 100%;
    .container{
        max-width: 70rem;
        margin: 2rem 0;
        .info{
            color: var(--title-font-color);
            margin-bottom: 1rem;
            *{
                display: flex;
                justify-content: center;
                text-align: center;
            }
        }
        .sign-up-box{
            display: flex;
            justify-content: center;
            .sign-up-btn{
                min-width: 5rem;
                button{
                    background-color: var(--button-color);
                    color: var(--button-text-color);
                }
            }
        }
    }
}
@media screen and (max-width: 770px ){

}