now i've fixed first problem, background is centered with this:
.Hero {
background: url(https://i.ibb.co/d6B1GjX/head.webp);
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
color:#ffffff;
}
this is the real image on my resolution, i can see only the middle part of that
but after that fix the text on the hero now is totally not centered