/* this is also a mess */

.text-align-center {
    text-align: center !important;
}

.alignLeft {
    text-align: left !important;
}

.alignRight {
    text-align: right !important;
}

.height-100 {
    height: 100% !important;
}

.height-6px {
    height: 6px !important;
}

.width-100 {
    width: 100% !important;
}

.width-80 {
    width: 80% !important;
}

.color-white {
    color: white !important;
}

.pb-20px {
    padding-bottom: 20px;
}

.pt-20px {
    padding-top: 20px;
}

.pt-50px {
    padding-top: 50px !important;
}

.pt-120 {
    padding-top: 120px;
}

.pb-50 {
    padding-bottom: 50px;
}

.width25 {
    width: 25% !important;
}

.width50 {
    width: 50% !important;
}

.display-none {
    display: none ;
}

.line-height-3px {
    line-height: 3px;
}


.radius25 {
    border-radius: 25px !important;
}

.height20 {
    min-height: 20vh !important;
}

.height50 {
    min-height: 50vh !important;
}

