.centre{
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    background-color: antiquewhite;
}

#landmarkList.centre{
    text-align: left;
    border-style: solid;
    border-width: 2px;
    border-color: #FF7F50;
}