EntireBanner: {
position: "relative",
backgroundImage: `url(${bgImage})`,
backgroundSize: "cover",
backgroundRepeat: "no-repeat",
width: "100%",
height: "800px",
},
textBox: {
position: "absolute",
top: "50%",
left: "50%",
transform: "translate(-50%, -50%)",
},