/*
CUSTOM CSS
- You can use this file to add custom CSS styles to your project.
- This file will be loaded after the default styles, so you can override them if needed.
- Make sure to use specific selectors to avoid conflicts with other styles.
- You can also use this file to add custom media queries for responsive design.
- Remember to test your styles on different devices and browsers to ensure compatibility.

Example: Change the background color of the body

body {
    background-color: #f0f0f0!important;
}
*/