header .justify-between {
  flex-wrap: wrap;
}
header .justify-between nav {
  flex-wrap: wrap;
}
.error-title {
  color: red;
}
.iconTitle {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  margin-top: 15px;
}
.iconTitle a {
  text-decoration: none;
}
.iconTitle .iconfont {
  font-size: 23px;
  color: #62748e;
}
.iconTitle .youtube .icon {
  width: 35px;
  height: 35px;
}
.iconTitle .youtube .icon path {
  fill: #62748e;
}
.iconTitle .tiktok .icon {
  width: 30px;
  height: 30px;
}
.iconTitle .tiktok .icon path {
  fill: #62748e;
}
.iconTitle .instagram .icon {
  width: 25px;
  height: 25px;
}
.iconTitle .instagram .icon path {
  fill: #62748e;
}
.iconTitle .tuite .icon {
  width: 28px;
  height: 28px;
}
.iconTitle .tuite .icon path {
  fill: #62748e;
}
/*# sourceMappingURL=style.css.map */