.d-flex{display: flex;}
.justify-content-between{justify-content: space-between;}
.align-items-center{align-items: center;}

.text-center {text-align: center}

.mt-5 {margin-top: 3rem;}
.mt-9 {margin-top: 5rem;}
.mt-10 {margin-top: 6rem;}

.text-primary {color: #4460ff;}
.text-success {color: #28a745;}