The creation was made straightforward after resetting the complete layout of the project using:
margin: 0;
padding: 0;
box-sizing: border-box;
I'd start with this preset in the next project in order to control better the dimension of any visualization
What challenges did you encounter, and how did you overcome them?When the position of each element within the card weren't completely symmetric among them, however; after using display: flex the arrangement of the elements inside of the containers were easier to measure, and arrange.
What specific areas of your project would you like help with?I'd like to have a better approach about how to implement SVG in future projects and how would it be straight and easy to stylize them.