/* General Styles */
body {
  font-family: Arial, sans-serif;
  color: #333;
  text-align: center;
  margin: 0;
  padding: 20px;
  box-sizing: border-box;
}

html, body {
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 100%; /* ensures body uses full height */
}

#app-content-frame {
  border: none;
  width: 100vw; 
  height: 100vh;     /* fallback */
  height: 100dvh;    /* override if supported */
}
