#iwin-company {
  display: none;
}
body {
  display: grid;
  place-content: center;
}
body::after {
  content: 'This app is not usable on this screen size'
}