.arrowHelp {
  width: 50px;
  z-index: 999;
}

.subHeadlineHelp {
  font-size: 18px;
  color: rgb(69, 137, 255);
  font-weight: bold;
}

.blueWord {
  color: rgb(69, 137, 255);
}

.howToUseItOneToFive {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}

.h1Help {
  margin-block-start: 0;
  margin-block-end: 0;
}

.next {
  margin: 0;
}

.buttonSize {
  background-color: #4589ff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.help-button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #4589ff;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.help-button span {
  font-size: 20px;
  line-height: 1;
}

.menu-item {
  cursor: pointer;
  color: #707c92;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
}

.menu-item:hover {
  text-decoration: none;
}

.help-button:hover span {
  transform: scale(1.2);
}

.buttonSize:hover .profile-icon {
  filter: brightness(90%);
}

.tasks {
  width: 912px;
  height: 219px;
  top: 223px;
  gap: 35px;
  display: flex;
}

.headline-box p {
  font-size: 16px;
  font-weight: 400;
}

.dFlexd {
  display: flex;
}

.buttonSize {
  display: none;
}

.help-button {
  display: none !important;
}

.kanban {
  width: unset !important;
}
