Thanks for the reply, i don't quite understand sorry, but i appreciate your description:
"because I would keep the text in 1 line and its change a lot depend of the size of the navigator."
As for the second question, you have this font "Carmensin Headline Regular" and the font-size has been set to 150px. px or 'pixels' are a fixed unit. They will not change based on browser size etc, so if the browser is smaller they are forced to move and occupy a different space.
I would suggest looking into the use of % 'percentage' as this is a variable or responsive unit. This means that it will shrink or grow depending the size of its parent container. It's Parent container will most likely also resize with the browser so the font should resize too! 🌝
You can change the unit from 'px' to '%' in text formats. Looking into other responsive units will help as well such as 'vw' & 'vh':
Best wishes Richardhttps://www.w3schools.com/cssref/css_units.asp