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