body {
    margin: 0;
    background: #000;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}
iframe {
    border: none;
    width: 2300px;
    height: 1150px;
    background: #000;
    margin-top: -75px;
    margin-left: -50px;
}
#overlay {
    background: #000;
    width: 580px;
    height: 100%;
    position: absolute;
    color: #fff;
    padding: 100px;
    padding-top:50px;
}
h1,h2,h3,h4,h5 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    margin: 0;
}
h1 {
    font-size: 64px;
}
h2 {
    font-size: 200px;
    line-height: 0.78;
}
h2 span {
    font-size: 253px;
}