body,
html {
    background-color: white;
    height: 100%;
    padding: 0;
    margin: 0;
}

#videos {
    position: relative;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

#subscriber {
    margin: auto;
    /* display: flex; */
    overflow: auto;
    z-index: 10;
    background-image: url("logo.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* background-size: 100% 100%; */
    /* width: 100%;
    height: 100%; */
    width: 100vw;
    height: 100vh;
    /* align-items: center;
    justify-content: center; */
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    align-items: flex-start;
    justify-items: flex-start;
}

#subscriber>div {
    /* position: absolute;
    left: 0;
    top: 0;
    */
    margin: auto;
    /* width: 500px !important;
    height: 425px !important; */
    width: 100%;
    height: 100%;
    min-width: 300px;
    min-height: 300px;
    border: 3px solid white;
    border-radius: 4px;
    justify-content: center;
}


#publisher {
    width: 360px;
    height: 240px;
    bottom: 10px;
    left: 10px;
    z-index: 100;
    border: 3px solid white;
    border-radius: 3px;
    background: white;
}

.buton {
    border: none;
}

i {
    font-size: 40px;
}