.center-wrapper {
    position: relative;
    z-index: 1;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    animation: bob 7s infinite ease-in-out alternate;
}

.name-svg {
    width: clamp(400px, 60vw, 1000px);
    height: auto;
    display: block;
}



.name-svg path {
    fill: none;
    stroke: #a5a5a5;
    stroke-width: 1.5;
    font-family: Arial, Helvetica, sans-serif;
}


.links a {
    margin-top: 60px;
}

.links {
    display: flex;
    gap: 22px;
}

