@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
    body {
        background-color: rgba(0, 0, 0);
    }
    .livestream-embed {
        width: 100%;
        height: 56.25vw;
        background-color: var(--surface-0);
        flex-direction: column;
        flex: 0 auto;
        align-items: stretch;
        display: flex;
    }
    .livestream-embed.w-embed.w-script {
        margin: auto;
    }
    @media screen and (min-width: 1440px) {
        .livestream-embed {
            width: 150vh;
            max-height: 100vh;
            object-fit: scale-down;
        }
    }
    @media screen and (max-width: 768px) {
        h1{
            font-size:30px !important;
        }
    }
    .live-icon {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        align-items: center;
    }
    
    .live-icon iframe {
        width: 76px;
        height: 76px;
        border: none;
    }
    
    .live-icon h4 {
        position: relative;
        top: 14px;
    }
    h1{
        font-size:44px;
        color:#fff;
        font-family:'Poppins';
        font-weight:700;
        text-align:center;
        padding:10px 0px;
        margin:0;
    }
    h4{
        font-size:30px;
        color:#fff;
        font-family:'Poppins';
        font-weight:700;
        text-align:center;
        padding:10px 0px;
        margin:0;
        margin-bottom:10px;
    }