body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 100%; 
    height: 100%;

    background-color: lightgray;
}

iframe {
    width: 640px; 
    height: 530px;  
}
