.mt-1{
    margin-top: 5px;
}
.mt-2{
    margin-top: 10px;
}
.mt-3{
    margin-top: 15px;
}
.mt-4{
    margin-top: 20px;
}
.mb-2{
    margin-bottom: 10px;
}
.pb-2{
    padding-bottom: 10px;
}
.w-full{
    width: 100%;
}
