body {
    background: rgba(53,53,53,.9);
    color: #353535;
    font-family: poppins,sans-serif;
}

.tncWrapper {
    background-attachment: fixed;
    background-size: cover;
    overflow-x: hidden;
    width: 100vw;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
}

.tncWrapper>.holder {
    background: rgba(53,53,53,.9);
    display: flex;
    justify-content: center;
    min-height: 100vh;
}

.tncWrapper .tnc {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-color: hsla(0,0%,100%,.8);
    border-radius: 1rem;
    box-shadow: 3px 6px 8px 8px rgba(0,0,0,.1);
    margin: 3rem 0;
    padding: 2rem 3rem;
    width: 70%;
}

.tncWrapper .tnc .flex {
    padding: 2rem 0;
    align-items: center!important;
    display: flex!important;
}

.tncWrapper .tnc .flex h1 {
    margin: 0;
    padding: 0 0 0 1rem;
    text-align: center;
}

h1, h2, h3 {
    font-weight: 500;
    font-size: 38px;
}

@media (max-width: 800px) {
    .tnc{
        width: 80%;
    }

    .flex {
        flex-direction: column;
    }
}

@media (max-width: 400px) {
    .tnc{
        width: 90%;
    }
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2.5rem;
    }
    .h2, h2 {
        font-size: 2rem;
    }
    .h3, h3 {
        font-size: 1.75rem;
    }
}

@media screen and (max-width: 450px) {
    .h1{
        margin-top: 1rem;
    }
}
