/* Custom styles can go here */

/* Tailwind Overrides */
.bg-cover {
    background-size: cover;
}
.bg-center {
    background-position: center;
}
