body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: rgba(10,10,10);
}

iframe {
    width: 100%;
    height: 85%;
}