.iframe-container { display: flex; justify-content: center; /* Aligns the child (iframe) on the horizontal axis */ align-items: center; /* Aligns the child (iframe) on the vertical axis */ height: 100vh; /* Sets the height of the container to fill the entire viewport height */ }