#map {
    height: 100%;
}


html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

/* Marker input styles */
.marker-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.marker-input {
    background-color: aliceblue;
    position: absolute;
    top: -30px;
    width: 80px;
    padding: 2px 4px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    border: 3px solid #d00707;
    border-radius: 4px;
    box-sizing: border-box;
}

.marker-icon {
    width: 80px;
    height: 80px;
i}
