﻿.headerHome {
    padding: 20px; /* Add some padding for spacing */
    text-align: center; /* Center the text horizontally */
    background-color: #f0f0f0; /* Set your desired background color */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add a subtle shadow */
}