#main ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    background-color: azure;
    border: solid 1px bisque;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100px;
}