ul {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding-right: 1cm;
  }
  
  li {
    float: right;
  }
  
  li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 0.5cm;
  
  }
  
  li a:hover:not(.active) {
    background-color: rgb(225, 255, 221);
    color: black;
  }