.navbar ul {
  list-style-type: none;
  background-color: grey;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.navbar a{
  color: white;
  text-decoration: none;
  text-decoration-line: none;
  padding: 0.5rem;
  display: block;
  text-align: right;
}

.navbar a:hover{
  background-color: lightgrey;
}

.navbar li{
    float: right;
}
