nav{
    position: relative !important;
}

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

.links a{
    color: var(--accent);
}
.links a:hover{
    color: var(--accent2);
}

.circle1{
    left: -25%;
    bottom: -25%;
}

.formcont{
    z-index: 2;
    width: max-content;
    height: max-content;
    position: relative;
}

@media screen and (max-width: 590px) {
    .links{
        flex-direction: column;
    }
}