.mt-1
{
    margin-top: 1rem;
}
.mt-2
{
    margin-top: 2rem;
}
.mt-3
{
    margin-top: 3rem;
}
.mt-4
{
    margin-top: 4rem;
}
.mt-5
{
    margin-top: 5rem;
}

.mb-1
{
    margin-bottom: 1rem;
}
.mb-2
{
    margin-bottom: 2rem;
}
.mb-3
{
    margin-bottom: 3rem;
}
.mb-4
{
    margin-bottom: 4rem;
}
.mb-5
{
    margin-bottom: 5rem;
}

.m-1
{
    margin: 1rem;
}
.m-2
{
    margin: 2rem;
}
.m-3
{
    margin: 3rem;
}
.m-4
{
    margin: 4rem;
}
.m-5
{
    margin: 5rem;
}

.p-1
{
    padding: 1rem;
}
.p-2
{
    padding: 2rem;
}
.p-3
{
    padding: 3rem;
}
.p-4
{
    padding: 4rem;
}
.p-5
{
    padding: 5rem;
}
.text-center
{
    text-align: center;
}
.text-orange
{
    color: var(--orange-color);
}
.text-white
{
    color: var(--white-color);
}
.text-uppercase
{
    text-transform: uppercase;
}
.text-justify
{
    text-align: justify;
}
.text-bold-400
{
    font-weight: 100;
}
.text-bold-500
{
    font-weight: 500;
}
.text-bold-600
{
    font-weight: 600;
}
.font-size-1
{
    font-size: 1rem;
}
.font-size-1-5
{
    font-size: 1.5rem;
}
.font-size-2
{
    font-size: 2rem;
}
.font-size-2-5
{
    font-size: 2.5rem;
}
.font-size-3
{
    font-size: 3rem;
}
.font-size-3-5
{
    font-size: 3.5rem;
}