.list{
width: 400px;
margin: 0 auto;
font-size: 20px;
display: flex;
justify-content: center;
}
ul,li {
list-style: none;
margin: 0;
padding: 0;
text-align: left;
}
a{
text-decoration: none;
color: inherit;
}
.list{
width: 400px;
margin: 0 auto;
font-size: 20px;
text-align: center;
}