/* For Tablets */
@media screen and (min-width: 1360px) and (max-width: 1768px) {
  .app {
    max-width: 100px;
    max-height: 60px;
  }
}
