* {
    margin: 0;
    padding: 0;
}

body {
    text-align: center;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: black;
}

iframe {
    border: 50px solid black;
}