/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 12 2024 | 17:55:44 */
.autotyping {
  font-family: "Poppins", serif;
  color: #fff;
  font-size: 65px;
  font-weight: 600;
  width: 100%;
}
.autotyping > span {
  color: #2869f6;
  font-size: 65px;
  font-weight: 600;
}
/*Shrinking for tablet*/
@media (min-width: 481px) and (max-width: 768px) {
  .autotyping {
    font-size: 2em;
    font-weight: 800;
  }
  .autotyping > span {
    font-size: 1.2em;
    font-weight: 700;
  }
}
/*Shrinking for mobile*/
@media (max-width: 480px) {
  .autotyping {
    font-size: 1.9em;
    font-weight: 600;
  }
  .autotyping > span {
    font-size: 1.1em;
    font-weight: 600;
  }
}

/*Tuturial: https://www.youtube.com/watch?v=wAI1TbSmjlA&ab_channel=ProWebMentor*/
