.content-section{
    display: flex;
    flex-direction: column;
    background-color: var(--content-bg);
    min-height: 90%;
}

.grecaptcha-badge{
    margin-bottom: 50px;
}

@media screen and (min-height: 700px) { 

    .content-section{
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    
}


@media screen and (min-width: 768px) { 

    .content-section{
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
        
    }

}


@media screen and (min-width: 1200px) { 

    main{
        overflow-y: hidden;
    }

    .content{
        overflow-y: scroll;
        scroll-behavior: smooth;
        scrollbar-color: #a3a3a36b var(--content-bg);
        scrollbar-width: thin;
    }

}
