html {
    text-align: left;
}

.axisLabel {
    font-family: "Times New Roman", Times, serif;
    font-size: 16pt;
    font-weight: bold;
}

.axis {
    font-size: 23;
}

div.tooltip {
    position: absolute;
    width: auto;
    height: auto;
    padding: 5px;
    font-family: monospace;
    font: 15px;
    color: whitesmoke;
    background: black;
    border: 0px;
    border-radius: 7px;
    pointer-events: none;
}

svg {
    background-color: #ffe3da86;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

h2 {
    text-align: center;
    color: rgb(238, 98, 122);
    font-family: Arial, Helvetica, sans-serif;

}


h3 {
    font-size: 25px;
}

button {
    background-color: white;
}