
#map {
    height: 100vh; /* 100% da altura da viewport */
    width: 100%;  /* 100% da largura da viewport */
    position: relative;
}