html, 
body {
    height: 100%;
}

#map {
    height: 90%;
    width: 100%;
}

.my-div-icon {
    background-color: #82D5FF;
    padding: 10px;
    border-radius: 20px;
    text-align: center;
}

#wrap-info {
    background-color: yellowgreen;
    height:10%;
    width: 100%;
    display: table;
}

#info {
    display: table-row;
}

#info p {
    display: table-cell;
    width: 50%;
}