/*  */
body {
  font-family: -apple-system,  BlinkMacSystemFont,  "Segoe UI",  Roboto,  Oxygen-Sans,  Ubuntu,  Cantarell,  "Helvetica Neue",  sans-serif;
  color: rgba(0, 0, 0, 0.35);
  margin: 0;
  border: 0;
  box-sizing: border-box; }

#content {
  position: relative;
  display: grid;
  place-items: center;
  gap: 1rem; }

#appImage {
  border: 2px solid rgba(166, 166, 166, 0.3);
  border-radius: 18px;
  box-shadow: 1px 2px 8px 4px rgba(55, 55, 55, 0.125); }

@media all and (display-mode: standalone) {
  #content:before {
    position: absolute;
    content: 'Coming Soon';
    top: 180px;
    font-size: 2.5em;
    color: #f2d63a;
    text-shadow: 1px 2px 8px 4px rgba(55, 55, 55, 0.5);
    background-color: rgba(99, 99, 99, 0.6);
    border-radius: 12px;
    padding: .25rem; }
  h3 {
    display: none; } }

@media all and (display-mode: standalone) and (max-device-width: 640px) {
  #appImage {
    width: 100dvw;
    box-shadow: none; }
  #content {
    gap: 0; }
  #content:before {
    top: 160px; } }
