body{

    font-family: 'PT Sans', serif;
    margin: 0;
    padding: 0;
    border: 0;
    background-image: url("../img/privacy.jpg");
    background-repeat: revert;

}


.textbox_ds{
    /* Layout Properties */
    width: 97%;
    height: auto;
    margin: 1% 1% 1% 1%;
    opacity: 100%;
    /* UI Properties */
    background:rgba(238,234,229,50%);
    border: 2px solid rgba(112, 112, 112, 0.5);
    border-radius: 1.3125em;
    padding-left: 1%;
    padding-right: 1%;
}
.textbox_bg{

    /* UI Properties */
    background: rgba(246, 246, 246, 1);
    border: 1px solid #707070;
    border-radius: 1.3125em;
    padding-right: 1%;
}

@media (min-width: 320px) {
    .textbox_bg{
        /* Layout Properties */
        width: 98%;
        height: auto;
        /*margin-left: auto;
        margin-right: auto;*/
        margin-top: 15%;

        /* UI Properties */
        background: rgba(246, 246, 246, 1);
        border: 1.5px solid #707070;
        border-radius: 1.3125em;
        padding-right: 1%;
    }
    .textbox_ds{
        /* Layout Properties */
        width: 96%;
        height: auto;
        margin: 1% 1% 1% 1%;
        opacity: 100%;
        /* UI Properties */
        background:rgba(238,234,229,50%);
        border: 2px solid rgba(112, 112, 112, 0.5);
        border-radius: 1.3125em;
        padding-left: 1%;
        padding-right: 1%;
    }
}

@media (min-width: 481px) {
    .textbox_bg{
        /* Layout Properties */
        width: 98%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15%;

        /* UI Properties */
        background: rgba(246, 246, 246, 1);
        border: 2px solid #707070;
        border-radius: 1.3125em;
        padding-right: 1%;
    }
}

@media (min-width: 681px) {
    .textbox_bg{
        /* Layout Properties */
        width: 80%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10%;

        /* UI Properties */
        background: rgba(246, 246, 246, 1);
        border: 2px solid #707070;
        border-radius: 1.3125em;
        padding-right: 1%;
    }
}

@media (min-width: 961px) {
    .textbox_bg{
        /* Layout Properties */
        width: 65%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10%;

        /* UI Properties */
        background: rgba(246, 246, 246, 1);
        border: 2px solid #707070;
        border-radius: 1.3125em;
        padding-right: 1%;
    }
}

@media (min-width: 1025px) {
    .textbox_bg{
        /* Layout Properties */
        width: 65%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10%;

        /* UI Properties */
        background: rgba(246, 246, 246, 1);
        border: 2px solid #707070;
        border-radius: 1.3125em;
        padding-right: 1%;
    }
}

