body {
    margin: 0; /* Remove default body margin */
    font-family: Arial, sans-serif; /* Set a default font */
}

#map {
    height: 100vh; 
    width: 100%;
    margin-top: 5px; /* Space between header and map */
}

#crisisMenu {
    display: none;
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    padding: 10px;
    z-index: 1000;
}

.veracity-icon {
    font-size: 12px; /* Size of the icon */
    position: relative;
    z-index: 10;
}