body {
    margin: 0;
    padding: 0;
    color: #000000;
    background-color: #f5f5f5;
}

body, h1, h4 {
font-family: 'Montserrat', Arial, sans-serif;
font-weight: bold;
}

p {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: normal;
}

h2 {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: bold;
}

#map {
    width: 800px;
    height: 800px;
}

#graphs {
    text-align: center;
}

.container {
    margin-top: 20px;
}

.pin-title {
    font-size: 24px;
    font-weight: bold;
}

.pin-description {
    font-size: 16px;
    color: #555;
}

footnote {
    text-align: left;
    font-size: 12px;
    color: #000000;
}

/* Boostrap card with shadow effect */
.card {
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin: 20px;
}