#about {
  font-family: "Afacad", sans-serif;
  font-weight: 100;

  .date {
    font-size: 200px;
    color: var(--primaryText);
    @media (max-width: 900px) {
      font-size: 150px;
    }
    @media (max-width: 400px) {
      font-size: 100px;
    }
  }

  .backgroundTitle {
    @media (max-width: 400px) {
      font-size: 65px;
    }
  }
  .subdiv {
    font-weight: 400;
    font-size: 29px;
    line-height: 100%;
    letter-spacing: 20%;
    text-align: center;
  }

  .subText {
    color: var(--defaultText);
  }

  .footer {
    letter-spacing: 2px;
    color: gray;
    text-align: center;
    font-family: "Afcada";
  }
  #image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0) 50%
    );
    pointer-events: none;
  }

  .about-image-text {
    width: 100%;

    p {
      font-size: 40px;
      line-height: 100%;
      letter-spacing: 0%;
      text-align: center;

      @media (max-width: 900px) {
        font-size: 30px;
      }

      @media (max-width: 400px) {
        font-size: 20px;
      }

      span {
        font-weight: 200;
      }
    }
    @media (max-width: 900px) {
      justify-content: center;
    }
  }
}
