/* Additional custom styles can be added here if needed */

/* Ensure images don't overflow */
img {
    max-width: 100%;
    height: auto;
}

/* Smooth transitions for all interactive elements */
a, button {
    transition: all 0.3s ease;
}

/* Custom selection color */
::selection {
    background-color: #54A0A1;
    color: white;
}
