
.container-iframe {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
}

.iframe-container {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 75vw;
    height: 75vh;
    overflow: hidden;
}

iframe {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: none;
}

.controls {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 75vw;
    height: 4.5vh;
    background-color: #141414;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.icon {
    color: white;
    margin-right: 15px;
    cursor: pointer;
    font-size: 18px;
}
