*{
    text-decoration-line: none;
    align-items: center;
    justify-content:center;
    color :rgb(218, 231, 245);
    background-color:#74584e ;
    list-style: none;
}
/* .custom > li{

    display:inline;
    align-items: center;
    justify-content:center;
    background-color: azure;
} */
h1{
    display:flex;
    align-items: center;
    justify-content:center;
    font-size: 24px;
    padding: 1px;
    /* background-color: azure; */
}
.map{
    display: flex;
    align-items: center;
    justify-content:center;
    size: 100px,100px;
}