#map { 
    height: 70vh;
    width: 70%;
    z-index:100;
}

form{
    width:70%;
    height:auto;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#formCP{
    flex-direction: row;
    background-color: grey;
}
