body {
    background-color: bisque;
    margin: 15px;
    padding: 15px;
    text-align: center;
}

.display-map {
    display: flex;
    justify-content: center;
}

#map { 
    height: 500px;
    width: 1000px;

}

.center {
    text-align: center;
}

h1 {
    color: #33ccff;
}
