.header__menu-link {
  font-size: 22px;
  line-height: 22px;
  text-decoration: none;
  color: #000;
}

.header__menu-item:hover {
  background-color: rgb(76, 129, 111);
  color: rgb(255, 255, 255);
  transition: 0.5s;
  border-radius: 10px;
}