.links {
width: 100%;
margin-top: -80px;
display: flex;
gap: 20px;
align-items: center;
justify-content: center;
}
.separator{
width: 5px;
height: 5px;
border-radius: 50%;
background-color: black;