/*BLOCKS*/
html {
box-sizing: content-box;
width: 100%;
height: 100%;
height: 100vh;
scroll-behavior: smooth;
}
body {
box-sizing: content-box;
height: 100%;
width: auto;
min-height: 100%;
min-height: 100vh;
overflow-y: scroll;
margin: 0;
padding: 0;
overflow-x: hidden;
}
svg {
display: inline-block;
width: 100%;
height: auto;
}
svg text, svg text tspan {
dominant-baseline: middle;
}