.align-center{
    text-align: center;
}
.m-a{
    margin: auto;
}
.bg-c{
    background-color: dodgerblue;
}
.m0{
    margin: 0;
}
.z{
    z-index: 1000;
}
/* BASE MARGINS PX*/
.ml-50{
    margin-left: 50px;
}
.mr-50{
    margin-right: 50px;
}
.mt-50{
    margin-top: 50px;
}
.mb-50{
    margin-bottom: 50px;
}
.ml-25{
    margin-left: 25px;
}
.mr-25{
    margin-right: 25px;
}
.mt-25{
    margin-top: 25px;
}
.mb-25{
    margin-bottom: 25px;
}
.ml-10{
    margin-left: 10px;
}
.mr-10{
    margin-right: 10px;
}
.mt-10{
    margin-top: 10px;
}
.mb-10{
    margin-bottom: 10px;
}

/* BASE MARGINS % */

.ml-5p{
    margin-left: 5%;
}
.mr-5p{
    margin-right: 5%;
}
.mt-5p{
    margin-top: 5%;
}
.mb-5p{
    margin-bottom: 5%;
}
.ml-3p{
    margin-left: 3%;
}
.mr-3p{
    margin-right: 3%;
}
.mt-3p{
    margin-top: 3%;
}
.mb-3p{
    margin-bottom: 3%;
}
.ml-2p{
    margin-left: 2%;
}
.mr-2p{
    margin-right: 2%;
}
.mt-2p{
    margin-top: 2%;
}
.mb-2p{
    margin-bottom: 2%;
}

/* HIGTH % */
.h-100{
    height: 100%;
}
.h-90{
    height: 90%;
}
.h-80{
    height: 80%;
}
.h-70{
    height: 70%;
}
.h-60{
    height: 60%;
}
.h-50{
    height: 50%;
}
.h-40{
    height: 40%;
}
.h-30{
    height: 30%;
}
.h-20{
    height: 20%;
}
.h-10{
    height: 10%;
}
.h-5{
    height: 5%;
}
/* HIGTH MAX% */
.mh-100{
    max-height: 100%;
}
.mh-90{
    max-height: 90%;
}
.mh-80{
    max-height: 80%;
}
.mh-70{
    max-height: 70%;
}
.mh-60{
    max-height: 60%;
}
.mh-50{
    max-height: 50%;
}
.mh-40{
    max-height: 40%;
}
.mh-30{
    max-height: 30%;
}
.mh-20{
    max-height: 20%;
}
.mh-10{
    max-height: 10%;
}
.mh-5{
    max-height: 5%;
}

/* WIDTH % */
.w-30{
    width: 30%;
}
.w-20{
    width: 20%;
}
.w-10{
    width: 10%;
}
.w-5{
    width: 5%;
}

