h1 {
    font-size: 55px !important;
    margin: 0rem 0rem 0rem 0rem !important;
    /* border-bottom: solid 2px rgb(0, 0, 0); */

}

h2 {
    margin: 3rem 0rem 0rem 0rem !important;
    border-bottom: solid 3px rgb(70, 150, 236);
}

h3 {
    margin: 1rem 0rem 0rem 0rem !important;
    border-left: solid 3px rgb(70, 150, 236);
}



@media only screen and (min-width: 76.25em) {
    .md-main__inner {
        max-width: 80%;
    }

    .md-sidebar--primary {
        left: 1;

    }

    .md-sidebar--secondary {
        right: 5;
        margin-left: 5;
        -webkit-transform: none;
        transform: none;
    }


}