





.iframe-container {
    display: flex;          /* Use flexbox layout */
    justify-content: center; /* Center horizontally */
    align-items: center;     /* Center vertically */
    height: 100vh;           /* Set the height of the container (e.g., 100% of the viewport height) */
}

iframe {
    border: none;            /* Optional: removes the border */
}