body {
    margin: 0;
    font-family: Arial, sans-serif;
    padding: 40px;
    background-color: #f2f2f2;
}

.container1 {
    position: fixed;
    top: 500px;
    left: 800px;
    width: 600px;
    height: 200px;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    cursor: grab;
}

.container1 iframe {
    width: 100%;
    height: 100%;
    border: none;
}

