#main ul {
    list-style-type: none;
    display:flex;
    flex-direction: row;
    margin:0;
    padding:0;
    height: 200px;
    background-color: rgb(238, 226, 117);
    border:groove rgb(152, 220, 51) 1px;
    justify-content: space-around;
    align-items: center;  

}