.text-red {
    color: rgba(255, 0, 0, 1);
}
.border-radius-lg {
    border-radius: 0.5rem;
}
.border-radius-xl {
    border-radius: 1rem;
}
