body {
    margin: 0;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    font-family: oxanium;
}


.site-container {
    width: 100%;
    height: 100%;
}


.site-container {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.site-container iframe {
  width: 100%;
  height: 100%;
  border: none;   
  display: block;
}













