footer .line{
    position: relative;
    top: -3rem;
    left: 0;
    height: 2px;
    width: 100%;
    background: linear-gradient(to right, var(--primary-color) 10%, transparent 95%);
}
footer .circle{
    width: 5px;
    height: 5px;
    background-color: var(--primary-color);
    border-radius: 50%;
}
footer p{
    margin-bottom: 0;
}
footer{
    margin: 3rem 0;
    position: relative;
}