.sliderStyle{
    
    width: 100%;
}
#subtitleShow span{
    position: relative;
    z-index: 1; 
    max-width:  960px;
}

#thisYear{
    position: relative;
}
#map {
    width: 100%;
    height: 600px;
    background-color: grey;
  }

body{
    
    max-width: 960px;
    margin: auto;
}
div{
    margin: auto;
}


 