#main ul {
list-style-type: none;
margin: 0%;
padding: 0%;
background:linear-gradient(to top, rgb(162, 231, 252), rgb(248, 124, 190));
border: 1px solid lightblue;
display: flex;
justify-content: space-around;
height: 60px;
align-items: center;

}