.main ul{
    padding: 0%;
    margin: 0%;
    
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
