/* HELPERS */ 

.mt-0{
    margin-top:0;
}
.mt-1{
    margin-top:1rem;
}
.mt-2{
    margin-top:2rem !important;
}

.mt-3{
    margin-top:3rem !important;
}
.mt-4{
    margin-top:4rem !important;
}
.mb-0{
    margin-bottom:0;
}
.mb-1{
    margin-bottom:1rem !important;
}
.mb-2{
    margin-bottom:2rem;
}
.mb-3{
    margin-bottom:3rem !important;
}
.mb-4{
    margin-bottom:4rem !important;
}
.mr-1{
    margin-right:1rem;
}
.ml-1{
    margin-left:1rem;
}
.mr-05{
    margin-right:.5rem;
}
.ml-05{
    margin-left:.5rem;
}

.w-100{
    width:100%;
}

.button-holder{
    display:flex;
}

.justify-center{
    justify-content: center;
}

.flex-centered{
    display:flex;
    align-items: center;
    justify-content: center;
}

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