body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

#map {
    height: 400px;
    width: 100%;
}

#info-container {
    display: flex;
    height: 400px;
}

#chart-container {
    width: 70%;
    height: 150%;
}

#weatherChart {
    width: 100%;
    height: 100%;
}

#weather-info {
    width: 30%;
    padding: 20px;
    background-color: #f4f4f4;
    border-radius: 8px;
    box-sizing: border-box;
}

h2 {
    text-align: center;
}
