/* *****making the fonts of whole website responsive***** */
@media screen and (max-width: 819px) {
  html {
    font-size: 14px;
  }
}

@media screen and (max-width: 636px) {
  html {
    font-size: 12px;
  }
}
