.hero-header {
    background-image: url('https://pub-7700d04c481a416181b08170e1575a6d.r2.dev/73245982913__25D7CFEA-DAD4-425E-9A78-04AF41E4EB82.jpg');
    background-size: cover;
    background-position: center;
    min-height: 400px;
    display: flex;
    align-items: center;
}

.hero-text {
    color: white;
    padding: 20px;
}

/* You can add more custom styles here */
