@import url("../common.css");

body:not(.mobile) {
  background-color: #000000;
  color: #00ff00;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

body.mobile {
  background-color: #001100;
  color: #00ff00;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

div {
  display: none;
}
