<div class="block">
<div="title">
<a>1</a>
<a>2</a>
<a>3</a>
<a>4</a>
<a>5</a>
</div>
<div class="buton">
<a>#</a>
</div>
</div>
.title
{
display: flex;
align-items: center;
justify-content: center ;
}
.title a
{
margin:10px;
}
.buton{
position:absolute;
right:30px;
}
.title
{
display: flex;
align-items: center;
justify-content: center ;
}
.title a
{
margin:10px;
}
.buton{
position:absolute;
transform: translate(30px, /* здесь вы должны вписать нужную высоту */)
}