.header-001 {
  color: rgb(255,255,255);
  background: #50a6b5;
  height: 36px;
}

.header-001 ul {
  display: flex;
  list-style: none;
}

.header-001 ul li {
  padding: 5px 10px 0 0;
}

.header-001 a {
  text-decoration: none;
  color: white;
}

.header-001 a:hover {
  color: rgb(223,223,223)!important;
}

