ul {
    list-style: none;
}

a {
    background-color: aqua;
    width: fit-content;
    margin: auto;
    padding: 5px;
    
    text-align: center;
    
}