/* Full height and width for mobile responsiveness */
html,
body {
  margin: 22px 0 0 0;
  padding: 0;
  height: 100%;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, sans-serif;
  background-color: #f0f0f0;
}

/* Container for the embed */
.embed-container {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

/* Responsive iframe */
iframe {
  width: 100%;
  height: 100%;
  border: none;
}
