.wrapper {
    width: 100%;
    min-height: 100vh;
    /* background-color: var(--secondary-color); */
    background-color: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 120px 30px 50px 30px;

}

/* .container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
} */