#main ul {
    list-style-type: none;
    padding: 0%;
    background-color: rgb(119, 115, 115);
    border-radius: 1px;
    display: flex;
    justify-content: space-around;
    height: 100px;
    align-items: center;
}