* {
margin:0px;
padding:0px;
}

body {
    background-color:gray !important;
}


svg path {
    fill:#343434 !important;
    stroke:gray !important;
    stroke-width:1 !important;

}

svg path:hover {
    transition: 0.6s !important;
    cursor:pointer !important;
}

#CA:hover {
    fill:url(#img1) !important;
}
