@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');


ul {
  list-style-type: none;
  margin: 10;
  padding: 0;
  width: 210px;
  background-color: #e2ebec;
  position: fixed;
}

li a {
  display: block;
  color: black;
  padding: 8px 16px;
  text-decoration: none;
}

/* Change the link and background color on hover */
li a:hover {
  background-color: #96AAC0;
  color: white;
}








