body {
  background-color: black;
  color: white;
  font-family: Verdana;
  text-align:center;
  
}

ul {
list-style-type: none;
background-color: #00451A;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding: 20px;
border-radius: 25px;
width: fit-content;
border-style:solid;
border-color: #2f2f2f;
border-width:6px;
}


li{
margin: 10px;
padding: 0px;
border-style:solid;
border-color: #2f2f2f;
background-color: #2f2f2f;
border-radius: 25px;
}

li:hover{
border-color: #C8C8C8;
}


a{
    padding: 13px;
    display:inline-block;
    width:max-content;
    height:100%;
    
    color: #C8C8C8;
    text-decoration: none;
    text-align:center;
}