#mapid {
    height: 100vh;
    width: 100vw;
}
body {
    margin: 0px;
    padding: 0px;
}
.permission {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

