html { scroll-behavior: smooth; }

body {
    margin: 0;
    padding: 1px;
    height:100%;
}

.title {
    font-family: "Inter", sans-serif;
    color: #070708;
}

.subtitle {
    font-family: "Fira Sans", sans-serif;
    font-size: 15pt;
}

.img-logo {
    width: 170px;
    height: auto;
}

.img { width: 50%; }

.background-color { background-color: #070708; }

.navbar-toggler {
    background-color: white;
}

.white {
  color: white !important;
  opacity: 0.85;
}

.white:hover{opacity: 1 !important;}

.left {text-align: left;}
.center {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-top: 0px;
    text-align: center;
    justify-content: center;
}


.tooltip {
    position: absolute;
    text-align: center;
    contain: content;
    width: auto;
    height: auto;
    font: 12px sans-serif;
    border: 0;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.75);
    border: solid;
    border-width: 0;
    border-radius: 5px;
    padding: 10px;
    color: #ffffff;
}

.svg-container {
    display: inline-block;
    width: 80%;
    height: 100%;
}


.node rect {
  
  fill-opacity: .9;
  shape-rendering: crispEdges;
}

.node text {
  pointer-events: none;
  text-shadow: 0 1px 0 #fff;
}

.link {
  fill: none;
  stroke: #000;
  stroke-opacity: .2;
}

.link:hover {
  stroke-opacity: .5;
}
