How to make the text appear on all devices in one place?
.rexly { left: 50%; position: fixed; top: 50%; font-family: 'Poppins', sans-serif; font-size: 40px; background-clip: text; color:transparent; -webkit-background-clip: text; background-image: -webkit-linear-gradient(left, #593dd5, #fc2b00); background-image: -moz-linear-gradient(left, #593dd5, #fc2b00); background-image: -ms-linear-gradient(left, #593dd5, #fc2b00); background-image: -o-linear-gradient(left, #593dd5, #fc2b00); background-image: linear-gradient(to right, #593dd5, #fc2b00); }