@charset "UTF-8";

body {
  margin: 0;
}
main {
  width: 100vw;
  height: 100vh;
}
main iframe {
  width: 100%;
  height: 100%;
}

.text {
  position: absolute;
  z-index: 999;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}
.text p {
  padding: 10px 20px;
  background-color: #fff;
  font-weight: bold;
}