@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&family=Work+Sans:wght@400;600&display=swap');

#myTooltip {
	color: #353F47 !important; 
	background: #fff; 
	border-radius: 3px;
    box-shadow: 0px 0px 2px 0px #a6a6a6; 
    padding: .2em; 
    text-shadow: #f5f5f5 0 1px 0;
    font-family: 'Work Sans', sans-serif;
    opacity: 1; 
    position: fixed; 
    z-index: 999;
    text-align: left;
    font-size: 16px;
}

body {
	background: #fafdff;
	color: #353F47;
	font-family: 'Work Sans', sans-serif;
	min-height: 100vh;
   font-size: 1.1rem;
   border: 0px solid red; 
   align-content: center;
   text-align: center;
}

svg {
   border: 0px solid rgb(51, 255, 0);
   align-content: center;
   text-align: center; 
}

.title {
   font-size: 1rem;
   font-family: 'Montserrat', sans-serif;
   fill: #005091; 
}

text {
   cursor: default;
   font-family: 'Work Sans', sans-serif;
   font-size: 1rem;
}

@media(max-width: 576px ){
   text, .title {
      font-size: 0.8rem;
   }
} 


