body {
  margin: 0 auto;
}
#page {
  display: flex;
  justify-content: center;
  height: 100vh;
}
#content {
  min-width: 480px;
  max-width: 600px;
}
.iframe {
  width: 100%;
  height: 100%;
  border: none;
}