section {
    background-color: rgb(58, 53, 67);
    color: rgb(247, 243, 221);
    border-radius: 2.5vw;
    max-width: 98vw;
}
body {
    background: none;
    background-color: rgb(96, 90, 109);
}
svg {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
rect {
    color: rgb(247, 243, 221);
    text-align: center;
    align-content: center;
    text-decoration: underline;
    position: relative;
}
h1{
    font-size: 5vh;
    margin: 0;
    align-self: flex-start;
}
h2 {
    font-size: 1.5vh;
    color: rgb(160, 157, 142);
    padding-top: 0;
    align-self: flex-start;
}
#infoSection {
    padding: 1rem;
}
main {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-top: 8vh;
}
#heatMapContainer {
    height: 50vh;
    border-radius: 0;
    padding: 0.2vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
text {
    z-index: 3;
}