.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.skip-to-content-link {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1000;
  background-color: #161718;
  color: #ffffff;
  padding: 0.5rem 1rem;
}

body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

iframe {
    display: flex;
    width: 100%;
    height: 100vh;
}