@media(max-width:575.98px){
    #world{
        height: 600px;
    }
    #map-title{
        position: relative;
        z-index: 2;
        float: left;
        top: 2rem;
    }
    #map-title li{
        margin: 0rem 0.5rem;
    }
}
@media(min-width:576px){
    #world{
        height: 60rem;
    }
    #map-title{
        position: relative;
        float: left;
        top: 2rem;
        z-index: 2;
        width: 100%;
        font-size: 1.3rem;
    }
}
