#heading1, #heading2, #heading3, #heading4, #heading5 {
  display: none;
}

.tags {
  margin-bottom: 0;
}

.tag1,
.tag2 {
  transform: translateY(-20px);
}

.tag-orange {
  background: #FB5607;
}

.tag-aqua {
  background: #25CAD5;
}

.tag-teal {
  background: #1C97A0;
}

.tag-dark-teal {
  background: #1A7F86;
}

.tag {
  display: inline-block;
  padding: 0.3rem 0.6rem 0.3rem;
  opacity: 0;
  font-size: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 4px;
  color: #FFFFFF;
}

.work-cont {
  position: fixed;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -58%);
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}

.work-cont h2,
.work-cont h2 div {
  font-size: 7rem;
  letter-spacing: -2.4px;
  text-decoration: underline;
  text-decoration-color: #FB5607;
  text-decoration-thickness: 6px;
}

.content-box {
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
}

.heading {
  opacity: 0;
  text-align: center;
  margin-top: 0;
}

.heading div {
  color: #EBEBEB;
}

.active {
  opacity: 1;
  display: block;
}
