.alert {
    position:fixed; bottom:2%; right:2%;z-index:1;
}

#map-container {
    display: flex;
    flex-flow: row nowrap;
    height: 80vh;		   
}

#world-map {
    margin: 2px;
    flex: 2 1 auto
}
