ul {
    display: flex;
    list-style-type: none;

}

li {
    width: 200px;
}

a:link, a:visited {
    color: rgb(16, 58, 16);
}

a:hover {
    background-color: rgb(148, 148, 148);
}