Поставь такой еще класс
:root {
font-size: 1.25vw;
}
Я попробовал на таком примере
.link1 {
right: 15vw;
top: 10vw;
background: linear-gradient(to right bottom, white, grey);
width: 10vw;
height: 10vw;
border-radius: 5vw;
}
.header_image > div > a {
line-height: 1.5vw;
display: inline-block;
position: relative;
top: calc( 50% - 1vw );
text-decoration: none;
}
.l1 {
background: linear-gradient(to right bottom, rgb(166, 197, 255), rgb(0, 0, 78));
background-clip: text;
color: black;
font-size: 1rem;
}
Вроде получается