.blue-link {
    color: blue;
    text-decoration: underline; /* Optional: Makes the link look like a typical hyperlink */
}

.blue-link:hover {
    color: darkblue; /* Optional: Changes color on hover */
}

.left-align {
    display: flex;
}

.mr-2 {
    margin-right: 8px; /* Adjust the spacing as needed */
}
