main{
    width: 100%;
    display: flex;
    flex-direction: column;
    height: fit-content;
    min-height: calc(100vh - 84px - 40px - 682px);
    overflow: hidden;
}
.main-content{
    width: 100%;
    max-width: 1200px;
    /* padding: 2rem 1.5rem; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3rem;
}