body {
    background-color: white;
}

.map-container {
    position: relative;
    height: 100%;
    width: 100%;
    min-width: 300px;
    min-height: 400px;
}

.map {
    position: relative;
    height: 100%;
    width: 100%;
    min-width: 300px;
    min-height: 400px;   
}

