.clearfix {
    clear: both;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: relative;
}

.ml-1 {
    margin-left: 1rem;
}

.mr-1 {
    margin-right: 1rem;
}

.mt-2 {
    margin-top: 2rem;
}

.pl-1 {
    padding-left: 1rem;
}

.pr-1 {
    padding-right: 1rem;
}

.text-decoration-none {
    text-decoration: none;
}

.text-center {
    text-align: center
}

.d-block {
    display: block !important;
}

.d-none {
    display: none !important;
}
