  body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
  }

  iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: 1;
  }

  header {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    z-index: 99;
    justify-content: space-between;
    padding-top: 2rem;
  }