/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#dispriv {
    margin-top: 50px;
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    top: 100px;
}

#dispriv a {
    margin-left: 20px;
    margin-right: 20px;
}

.my-middle {}

/*desktop*/
@media screen and (max-width: 767px) {
    .my-middle {
        max-width: 100rem !important;
        width: 100% !important;
    }
}