.world-map{position:absolute;top:0;left:0;width:max-content;height:max-content;min-height:30em;background-color:rgb(192,231,244);display:flex;justify-content:center;align-items:center}svg{width:100vw;height:100vh;padding:36}path{fill:rgb(226,226,226);stroke:rgb(140,143,140);transition:.1s}path:hover{fill:rgb(200,162,207);cursor:pointer}.been{fill:rgb(158,211,158)}.been:hover{fill:rgb(200,162,207);cursor:pointer}.legend{position:fixed;background-color:white;top:1%;left:1%;border:3px solid;border-radius:.5rem;padding:10px;font-family:monospace;width:150px}.been-legend{background-color:rgb(158,211,158);width:30px;height:15px;border-radius:.25rem}