@charset "utf-8";
/* CSS Document */
path {
    stroke: white;
    fill:#99CCFF !important;

    transition: fill .4s ease;
}

path:hover {
    fill: #044F91 !important;
}

#us-map {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#details-box {
    padding: 1rem;
    border-radius: 8px;
    font-size: 24px;
    position: fixed;
    color: white;
    font-family: "Poppins";
    background-color: black;
    width: fit-content;
    transform: translateX(-50%);
    transition: opacity .4s ease;
    z-index: 1;
}

.columns{
    float: left;
    position: relative;
    margin-right: 20px;
}
