<div class="botones">
<h2>Acceder a mis redes</h2>
<a class="botonesLink" href="https://www.instagram.com/">Instagram</a>
<a class="botonesLink" href="https://github.com/">Github</a>
</div>
.botones{
display: flex;
margin-top: -40px;
gap: 30px;
margin-left: 400px;
flex-direction: column;
}
.botones{
display: flex;
margin-top: -40px;
gap: 32px;
margin-right: 600px;
flex-direction: column;
align-items: center;
}
<div class="botones">
<h2 class="accedeRedes">Acceder a mis redes</h2>
<a class="botonesLink" href="https://www.instagram.com/">Instagram</a>
<a class="botonesLink" href="https://github.com/">Github</a>
</div>
.accedeRedes{
font-family: 'Krona One', sans-serif;
font-weight: 400;
font-size: 24px;
}
.botonesLink{
width: 150px;
background-color: brown;
padding: 20px 0;
border-radius: 15px;
text-align: center;
text-decoration: none;
color: black;
font-size: large;
text-shadow: 0px 0px 7px rgb(195, 255, 0);
font-weight: 600px;
}