.contact_list{
    display: flex;
    justify-content: space-evenly;
    list-style-type: circle;
}