
     #header {
          background: #0505055b;
          color: #19022a;
          text-align: center;
          padding: 80px 20px;
      }

      h1 {
          font-size: 70px;
          font-weight: 10px;
          margin-bottom: 30px;
      }
      h4{
        
        text-align: center;
      }

      h2 {
          font-size: 20px;
          max-width: auto;
          margin: 0%;
          line-height: 1, 5;
          text-align: justify;
      }

      .dataItems h3 {
          text-align: center;
          margin: 30px 0;
          font-size: 28px;
      }

      .items {
          display: inline-block;
          justify-items: center;
          position: relative;
          overflow: hidden;
          cursor: pointer;
          transition: transform 0.3s;
          margin: 0 98px;
      }

      .items:hover {
          transform: scale(1.05);
      }

      .items img {
          width: 300px;
          height: 200px;
          object-fit: cover;
          display: block;
      }