
#map { 
    height: 800px;
    width: 100%;
    align-items: center;
    }



.my-txt-div {
    color: #5e5858;
    text-shadow: 0 1px 1px #ffffff,
                 0 -1px 0px #75db83;
    text-align: center; 
    font-size: 100%;
    line-height: 1;
    font-family: cursive ;
    font-weight: bold;
}
    