.typed-cursor {
    animation: blinker 1s linear infinite;
    font-weight: 900;
  }

  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }

  .mytyping {
    z-index: 999;

    color: #fff;
    font-size: 24px;
    font-weight: 400;
  }

  .parentmytyping {
    color: #fff;
    font-size: 24px;
    font-weight: 100;
  }

  .titlename {
    font-weight: 900;

  }



  .logos1 {
    max-width: 20%;
    max-height: 95px;
    width: auto;
    height: auto;
    padding-right: 5%;
  }

  .logos2 {
    max-width: 23%;
    max-height: 75px;
    width: auto;
    height: auto;
    padding-right: 5%;
  }

  .logos3 {
    max-width: 20%;
    max-height: 50px;
    width: auto;
    height: auto;
    padding-right: 5%;
  }

  .logos4 {
    max-width: 20%;
    width: auto;
    height: auto;
    padding-right: 5%;
  }

  .logos5 {
    max-width: 12%;
    width: auto;
    height: auto;
  }

  .logos6 {
    max-width: 18%;
    width: auto;
    height: auto;
    padding-right: 5%;
  }

  #particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }