/* ##################################################### */
/* ################### Header Class #################### */
/* ##################################################### */
@media screen and (max-width: 450px) {
  .imagenet-header {
    padding-block: 30px;
  }
  .imagenet-header__logo {
    max-width: 95%;
  }
}

/* ##################################################### */
/* ################### Body Class #################### */
/* ##################################################### */
@media screen and (max-width: 550px) {
  .imagenet-body__title {
    font-size: 40px;
  }
  .imagenet-body__subtitle {
    font-size: 20px;
  }
}