*{
    margin:0;
    padding:0;

}
body {
    background-color:#3f7bbf;
}
svg path{
    fill:white;
    stroke:black;
    stroke-width: .5;
}
svg path:hover{
    fill:#006284;
    transition:0.6s;
    cursor:pointer;
 
}