html, body {
    margin: 2rem 0;
}

.iframe-container {
    width: 80vw;
    margin: auto;
}

iframe {
    border: none;
    width: 100%;
}
