@import "stTotal.css";
a{
    text-decoration: none;
    color: unset;
}
a:hover{

    color: red;
}
h2{
    font-size: 1.5rem;
    text-transform: uppercase;
}


.container-fluid {
   
    /*max-width : 1152px !important;*/
    min-height: calc(100% - 69px);

    padding: 25px 25px 100px 25px;
    clear: both;
}

