svg{
    z-index: 2;
    position: fixed;
    width: 100%;
    height: 100%;
}

circle{
    stroke-width: 5;
    fill:none;
}

#contact{
    position:relative;
    z-index: 3;
}

footer{
    position:relative;
    z-index: 3;
}


.my_contact{
    margin-left: 5em;
}