.menu-list {
  margin: 0;
  cursor: pointer;
  font-size: 0.9rem;
  list-style-type: none;
  height: 4em;
  display: flex;
  align-items: center;
}

.menu-list:hover {
  background-color: #1d2e53;
}

.menu-list a, .menu-list form {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  color: #ffffff;
  padding: 0 1.5em;
  text-decoration-line: none;
}

.menu-list form button {
  background-color: transparent;
  display: block;
  font-weight: bold;
  border: none;
  text-align: left;
  color: #ffffff;
  padding: 0;
  height: 100%;
}

.menu-list a:hover {
  text-decoration: none;
}

.menu-list img {
  width: 1.5rem;
}
